Html Css Color HEX #302ECF Persian Blue

📋 copy color: '#302ECF'

red 48 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #302ECF

Tints of Persian Blue #302ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 15.95%
G = 15.28%
B = 68.77%

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

#302ECF (or 0x302ECF) is known color: Persian Blue. HEX triplet: 30, 2E and CF. RGB value is (48,46,207). Sum of RGB (Red+Green+Blue) = 48+46+207=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #302ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ECF is #CFD130. Grayscale: #404040. Windows color (decimal): -13619505 or 13577776. OLE color: 13577776.

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

Color convert

RGB 48 46 207 -
CMYK 0.77 0.78 0 0.19
HSL 240.75º 0.64% 0.5% -
HSV(B) 240.75º 0.78% 0.81% -
XYZ 13.46 7.09 59.69 -
YUV 64.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 48 46 207 0.77 0.78 0 0.19 240.75 0.64 0.5
Hex 30 2E CF 4D 4E 0 13 F1 40 32
Octal 60 56 317 115 116 0 23 361 100 62
Binary 110000 101110 11001111 1001101 1001110 0 10011 11110001 1000000 110010

Color Harmonies of #302ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302ECF

Black with #302ECF

Text Example


Text Example

White with #302ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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