Html Css Color HEX #03427C Dark Cerulean

📋 copy color: '#03427C'

red 3 ◦ green 66 ◦ blue 124

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

Shades of Dark Cerulean #03427C

Tints of Dark Cerulean #03427C

RGB

 RED value IS 3 (1.56% from 255) = 1.55%

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 1.55%
G = 34.2%
B = 64.25%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03427C (or 0x03427C) is known color: Dark Cerulean. HEX triplet: 03, 42 and 7C. RGB value is (3,66,124). Sum of RGB (Red+Green+Blue) = 3+66+124=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #03427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03427C is #FCBD83. Grayscale: #353535. Windows color (decimal): -16563588 or 8143363. OLE color: 8143363.

HSL color Cylindrical-coordinate representation of color #03427C: hue angle of 208.76º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03427C is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 66 124 -
CMYK 0.98 0.47 0 0.51
HSL 208.76º 0.95% 0.25% -
HSV(B) 208.76º 0.98% 0.49% -
XYZ 5.62 5.37 19.81 -
YUV 53.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 3 66 124 0.98 0.47 0 0.51 208.76 0.95 0.25
Hex 3 42 7C 62 2F 0 33 D1 5F 19
Octal 3 102 174 142 57 0 63 321 137 31
Binary 11 1000010 1111100 1100010 101111 0 110011 11010001 1011111 11001

Color Harmonies of #03427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03427C

Black with #03427C

Text Example


Text Example

White with #03427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03427C; }

 p { color: rgb(3,66,124); }

 H1.HeaderClassName
 {
   color: #03427C;
 }
 .AnyTagClassName
 {
   color: #03427C;
 }
</style>

background-color css

<style>
 a { background-color: #03427C; }

 a { background-color: rgb(3,66,124); }

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

border-color css

<style>
 span { border-color: #03427C; }

 span { border-color: rgb(3,66,124); }

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