Html Css Color HEX #034184 Dark Cerulean

📋 copy color: '#034184'

red 3 ◦ green 65 ◦ blue 132

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

Shades of Dark Cerulean #034184

Tints of Dark Cerulean #034184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 66%

R = 1.5%
G = 32.5%
B = 66%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#034184 (or 0x034184) is known color: Dark Cerulean. HEX triplet: 03, 41 and 84. RGB value is (3,65,132). Sum of RGB (Red+Green+Blue) = 3+65+132=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #034184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034184 is #FCBE7B. Grayscale: #353535. Windows color (decimal): -16563836 or 8667395. OLE color: 8667395.

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

Color convert

RGB 3 65 132 -
CMYK 0.98 0.51 0 0.48
HSL 211.16º 0.96% 0.26% -
HSV(B) 211.16º 0.98% 0.52% -
XYZ 6.09 5.47 22.56 -
YUV 54.1 171.96 91.55 -
System Red Green Blue C M Y K H S L
Decimal 3 65 132 0.98 0.51 0 0.48 211.16 0.96 0.26
Hex 3 41 84 62 33 0 30 D3 60 1A
Octal 3 101 204 142 63 0 60 323 140 32
Binary 11 1000001 10000100 1100010 110011 0 110000 11010011 1100000 11010

Color Harmonies of #034184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034184

Black with #034184

Text Example


Text Example

White with #034184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034184; }

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

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

background-color css

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

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

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

border-color css

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

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

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