Html Css Color HEX #034383 Dark Cerulean

📋 copy color: '#034383'

red 3 ◦ green 67 ◦ blue 131

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

Shades of Dark Cerulean #034383

Tints of Dark Cerulean #034383

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 131 (51.56% from 255) = 65.17%

R = 1.49%
G = 33.33%
B = 65.17%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#034383 (or 0x034383) is known color: Dark Cerulean. HEX triplet: 03, 43 and 83. RGB value is (3,67,131). Sum of RGB (Red+Green+Blue) = 3+67+131=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #034383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034383 is #FCBC7C. Grayscale: #363636. Windows color (decimal): -16563325 or 8602371. OLE color: 8602371.

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

Color convert

RGB 3 67 131 -
CMYK 0.98 0.49 0 0.49
HSL 210º 0.96% 0.26% -
HSV(B) 210º 0.98% 0.51% -
XYZ 6.14 5.67 22.24 -
YUV 55.16 170.8 90.8 -
System Red Green Blue C M Y K H S L
Decimal 3 67 131 0.98 0.49 0 0.49 210 0.96 0.26
Hex 3 43 83 62 31 0 31 D2 60 1A
Octal 3 103 203 142 61 0 61 322 140 32
Binary 11 1000011 10000011 1100010 110001 0 110001 11010010 1100000 11010

Color Harmonies of #034383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034383

Black with #034383

Text Example


Text Example

White with #034383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034383; }

 p { color: rgb(3,67,131); }

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

background-color css

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

 a { background-color: rgb(3,67,131); }

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

border-color css

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

 span { border-color: rgb(3,67,131); }

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