Html Css Color HEX #034485 Dark Cerulean

📋 copy color: '#034485'

red 3 ◦ green 68 ◦ blue 133

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

Shades of Dark Cerulean #034485

Tints of Dark Cerulean #034485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

 BLUE value IS 133 (52.34% from 255) = 65.2%

R = 1.47%
G = 33.33%
B = 65.2%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#034485 (or 0x034485) is known color: Dark Cerulean. HEX triplet: 03, 44 and 85. RGB value is (3,68,133). Sum of RGB (Red+Green+Blue) = 3+68+133=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #034485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034485 is #FCBB7A. Grayscale: #373737. Windows color (decimal): -16563067 or 8733699. OLE color: 8733699.

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

Color convert

RGB 3 68 133 -
CMYK 0.98 0.49 0 0.48
HSL 210º 0.96% 0.27% -
HSV(B) 210º 0.98% 0.52% -
XYZ 6.34 5.85 22.98 -
YUV 55.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 3 68 133 0.98 0.49 0 0.48 210 0.96 0.27
Hex 3 44 85 62 31 0 30 D2 60 1B
Octal 3 104 205 142 61 0 60 322 140 33
Binary 11 1000100 10000101 1100010 110001 0 110000 11010010 1100000 11011

Color Harmonies of #034485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034485

Black with #034485

Text Example


Text Example

White with #034485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034485; }

 p { color: rgb(3,68,133); }

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

background-color css

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

 a { background-color: rgb(3,68,133); }

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

border-color css

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

 span { border-color: rgb(3,68,133); }

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