Html Css Color HEX #302EBA Persian Blue

📋 copy color: '#302EBA'

red 48 ◦ green 46 ◦ blue 186

#302EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #302EBA

Tints of Persian Blue #302EBA

RGB

 RED value IS 48 (19.14% from 255) = 17.14%

 GREEN value IS 46 (18.36% from 255) = 16.43%

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 17.14%
G = 16.43%
B = 66.43%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#302EBA (or 0x302EBA) is known color: Persian Blue. HEX triplet: 30, 2E and BA. RGB value is (48,46,186). Sum of RGB (Red+Green+Blue) = 48+46+186=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #302EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302EBA is #CFD145. Grayscale: #3D3D3D. Windows color (decimal): -13619526 or 12201520. OLE color: 12201520.

HSL color Cylindrical-coordinate representation of color #302EBA: hue angle of 240.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302EBA is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 46 186 -
CMYK 0.74 0.75 0 0.27
HSL 240.86º 0.6% 0.45% -
HSV(B) 240.86º 0.75% 0.73% -
XYZ 11.06 6.13 47.05 -
YUV 62.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 48 46 186 0.74 0.75 0 0.27 240.86 0.6 0.45
Hex 30 2E BA 4A 4B 0 1B F1 3C 2D
Octal 60 56 272 112 113 0 33 361 74 55
Binary 110000 101110 10111010 1001010 1001011 0 11011 11110001 111100 101101

Color Harmonies of #302EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302EBA

Black with #302EBA

Text Example


Text Example

White with #302EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302EBA; }

 p { color: rgb(48,46,186); }

 H1.HeaderClassName
 {
   color: #302EBA;
 }
 .AnyTagClassName
 {
   color: #302EBA;
 }
</style>

background-color css

<style>
 a { background-color: #302EBA; }

 a { background-color: rgb(48,46,186); }

 div.DivClassName
 {
   background-color: #302EBA;
 }
 .BgClassName
 {
   background-color: #302EBA;
 }
</style>

border-color css

<style>
 span { border-color: #302EBA; }

 span { border-color: rgb(48,46,186); }

 td.TdClassName
 {
   border-color: #302EBA;
 }
 .TagClassName
 {
   border-color: #302EBA;
 }
</style>