Html Css Color HEX #044384 Dark Cerulean

📋 copy color: '#044384'

red 4 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #044384

Tints of Dark Cerulean #044384

RGB

 RED value IS 4 (1.95% from 255) = 1.97%

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

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

R = 1.97%
G = 33%
B = 65.02%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044384 (or 0x044384) is known color: Dark Cerulean. HEX triplet: 04, 43 and 84. RGB value is (4,67,132). Sum of RGB (Red+Green+Blue) = 4+67+132=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #044384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044384 is #FBBC7B. Grayscale: #373737. Windows color (decimal): -16497788 or 8667908. OLE color: 8667908.

HSL color Cylindrical-coordinate representation of color #044384: hue angle of 210.47º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044384 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 67 132 -
CMYK 0.97 0.49 0 0.48
HSL 210.47º 0.94% 0.27% -
HSV(B) 210.47º 0.97% 0.52% -
XYZ 6.22 5.71 22.6 -
YUV 55.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 4 67 132 0.97 0.49 0 0.48 210.47 0.94 0.27
Hex 4 43 84 61 31 0 30 D2 5E 1B
Octal 4 103 204 141 61 0 60 322 136 33
Binary 100 1000011 10000100 1100001 110001 0 110000 11010010 1011110 11011

Color Harmonies of #044384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044384

Black with #044384

Text Example


Text Example

White with #044384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044384; }

 p { color: rgb(4,67,132); }

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

background-color css

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

 a { background-color: rgb(4,67,132); }

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

border-color css

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

 span { border-color: rgb(4,67,132); }

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