Html Css Color HEX #034283 Dark Cerulean

📋 copy color: '#034283'

red 3 ◦ green 66 ◦ blue 131

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

Shades of Dark Cerulean #034283

Tints of Dark Cerulean #034283

RGB

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

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

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

R = 1.5%
G = 33%
B = 65.5%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#034283 (or 0x034283) is known color: Dark Cerulean. HEX triplet: 03, 42 and 83. RGB value is (3,66,131). Sum of RGB (Red+Green+Blue) = 3+66+131=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #034283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034283 is #FCBD7C. Grayscale: #363636. Windows color (decimal): -16563581 or 8602115. OLE color: 8602115.

HSL color Cylindrical-coordinate representation of color #034283: hue angle of 210.47º 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 #034283 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 66 131 -
CMYK 0.98 0.50 0 0.49
HSL 210.47º 0.96% 0.26% -
HSV(B) 210.47º 0.98% 0.51% -
XYZ 6.08 5.55 22.22 -
YUV 54.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 3 66 131 0.98 0.50 0 0.49 210.47 0.96 0.26
Hex 3 42 83 62 32 0 31 D2 60 1A
Octal 3 102 203 142 62 0 61 322 140 32
Binary 11 1000010 10000011 1100010 110010 0 110001 11010010 1100000 11010

Color Harmonies of #034283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034283

Black with #034283

Text Example


Text Example

White with #034283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034283; }

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

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

background-color css

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

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

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

border-color css

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

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

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