Html Css Color HEX #302ECB Persian Blue

📋 copy color: '#302ECB'

red 48 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #302ECB

Tints of Persian Blue #302ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 16.16%
G = 15.49%
B = 68.35%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#302ECB (or 0x302ECB) is known color: Persian Blue. HEX triplet: 30, 2E and CB. RGB value is (48,46,203). Sum of RGB (Red+Green+Blue) = 48+46+203=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #302ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ECB is #CFD134. Grayscale: #3F3F3F. Windows color (decimal): -13619509 or 13315632. OLE color: 13315632.

HSL color Cylindrical-coordinate representation of color #302ECB: hue angle of 240.76º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302ECB is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 46 203 -
CMYK 0.76 0.77 0 0.20
HSL 240.76º 0.63% 0.49% -
HSV(B) 240.76º 0.77% 0.8% -
XYZ 12.98 6.89 57.15 -
YUV 64.5 206.16 116.23 -
System Red Green Blue C M Y K H S L
Decimal 48 46 203 0.76 0.77 0 0.20 240.76 0.63 0.49
Hex 30 2E CB 4C 4D 0 14 F1 3F 31
Octal 60 56 313 114 115 0 24 361 77 61
Binary 110000 101110 11001011 1001100 1001101 0 10100 11110001 111111 110001

Color Harmonies of #302ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302ECB

Black with #302ECB

Text Example


Text Example

White with #302ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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