Html Css Color HEX #302ECE Persian Blue

📋 copy color: '#302ECE'

red 48 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #302ECE

Tints of Persian Blue #302ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 16%
G = 15.33%
B = 68.67%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#302ECE (or 0x302ECE) is known color: Persian Blue. HEX triplet: 30, 2E and CE. RGB value is (48,46,206). Sum of RGB (Red+Green+Blue) = 48+46+206=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #302ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ECE is #CFD131. Grayscale: #404040. Windows color (decimal): -13619506 or 13512240. OLE color: 13512240.

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

Color convert

RGB 48 46 206 -
CMYK 0.77 0.78 0 0.19
HSL 240.75º 0.63% 0.49% -
HSV(B) 240.75º 0.78% 0.81% -
XYZ 13.34 7.04 59.05 -
YUV 64.84 207.66 115.99 -
System Red Green Blue C M Y K H S L
Decimal 48 46 206 0.77 0.78 0 0.19 240.75 0.63 0.49
Hex 30 2E CE 4D 4E 0 13 F1 3F 31
Octal 60 56 316 115 116 0 23 361 77 61
Binary 110000 101110 11001110 1001101 1001110 0 10011 11110001 111111 110001

Color Harmonies of #302ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302ECE

Black with #302ECE

Text Example


Text Example

White with #302ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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