Html Css Color HEX #302FCA Persian Blue

📋 copy color: '#302FCA'

red 48 ◦ green 47 ◦ blue 202

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

Shades of Persian Blue #302FCA

Tints of Persian Blue #302FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 202 (79.3% from 255) = 68.01%

R = 16.16%
G = 15.82%
B = 68.01%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#302FCA (or 0x302FCA) is known color: Persian Blue. HEX triplet: 30, 2F and CA. RGB value is (48,47,202). Sum of RGB (Red+Green+Blue) = 48+47+202=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #302FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FCA is #CFD035. Grayscale: #404040. Windows color (decimal): -13619254 or 13250352. OLE color: 13250352.

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

Color convert

RGB 48 47 202 -
CMYK 0.76 0.77 0 0.21
HSL 240.39º 0.62% 0.49% -
HSV(B) 240.39º 0.77% 0.79% -
XYZ 12.9 6.93 56.53 -
YUV 64.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 48 47 202 0.76 0.77 0 0.21 240.39 0.62 0.49
Hex 30 2F CA 4C 4D 0 15 F0 3E 31
Octal 60 57 312 114 115 0 25 360 76 61
Binary 110000 101111 11001010 1001100 1001101 0 10101 11110000 111110 110001

Color Harmonies of #302FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302FCA

Black with #302FCA

Text Example


Text Example

White with #302FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,47,202); }

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

background-color css

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

 a { background-color: rgb(48,47,202); }

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

border-color css

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

 span { border-color: rgb(48,47,202); }

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