Html Css Color HEX #042FC2 Persian Blue

📋 copy color: '#042FC2'

red 4 ◦ green 47 ◦ blue 194

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

Shades of Persian Blue #042FC2

Tints of Persian Blue #042FC2

RGB

 RED value IS 4 (1.95% from 255) = 1.63%

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

 BLUE value IS 194 (76.17% from 255) = 79.18%

R = 1.63%
G = 19.18%
B = 79.18%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#042FC2 (or 0x042FC2) is known color: Persian Blue. HEX triplet: 04, 2F and C2. RGB value is (4,47,194). Sum of RGB (Red+Green+Blue) = 4+47+194=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 194 (76.17% from 255 or 79.18% from 245); Max value from RGB is 194 - color contains mainly: blue. Hex color #042FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FC2 is #FBD03D. Grayscale: #323232. Windows color (decimal): -16502846 or 12726020. OLE color: 12726020.

HSL color Cylindrical-coordinate representation of color #042FC2: hue angle of 226.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FC2 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 47 194 -
CMYK 0.98 0.76 0 0.24
HSL 226.42º 0.96% 0.39% -
HSV(B) 226.42º 0.98% 0.76% -
XYZ 10.8 5.95 51.62 -
YUV 50.9 208.75 94.55 -
System Red Green Blue C M Y K H S L
Decimal 4 47 194 0.98 0.76 0 0.24 226.42 0.96 0.39
Hex 4 2F C2 62 4C 0 18 E2 60 27
Octal 4 57 302 142 114 0 30 342 140 47
Binary 100 101111 11000010 1100010 1001100 0 11000 11100010 1100000 100111

Color Harmonies of #042FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042FC2

Black with #042FC2

Text Example


Text Example

White with #042FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042FC2; }

 p { color: rgb(4,47,194); }

 H1.HeaderClassName
 {
   color: #042FC2;
 }
 .AnyTagClassName
 {
   color: #042FC2;
 }
</style>

background-color css

<style>
 a { background-color: #042FC2; }

 a { background-color: rgb(4,47,194); }

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

border-color css

<style>
 span { border-color: #042FC2; }

 span { border-color: rgb(4,47,194); }

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