Html Css Color HEX #034183 Dark Cerulean

📋 copy color: '#034183'

red 3 ◦ green 65 ◦ blue 131

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

Shades of Dark Cerulean #034183

Tints of Dark Cerulean #034183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.66%

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

R = 1.51%
G = 32.66%
B = 65.83%

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

#034183 (or 0x034183) is known color: Dark Cerulean. HEX triplet: 03, 41 and 83. RGB value is (3,65,131). Sum of RGB (Red+Green+Blue) = 3+65+131=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #034183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034183 is #FCBE7C. Grayscale: #353535. Windows color (decimal): -16563837 or 8601859. OLE color: 8601859.

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

Color convert

RGB 3 65 131 -
CMYK 0.98 0.50 0 0.49
HSL 210.94º 0.96% 0.26% -
HSV(B) 210.94º 0.98% 0.51% -
XYZ 6.02 5.44 22.2 -
YUV 53.99 171.46 91.63 -
System Red Green Blue C M Y K H S L
Decimal 3 65 131 0.98 0.50 0 0.49 210.94 0.96 0.26
Hex 3 41 83 62 32 0 31 D3 60 1A
Octal 3 101 203 142 62 0 61 323 140 32
Binary 11 1000001 10000011 1100010 110010 0 110001 11010011 1100000 11010

Color Harmonies of #034183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034183

Black with #034183

Text Example


Text Example

White with #034183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034183; }

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

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

background-color css

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

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

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

border-color css

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

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

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