Html Css Color HEX #035384 Dark Cerulean

📋 copy color: '#035384'

red 3 ◦ green 83 ◦ blue 132

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

Shades of Dark Cerulean #035384

Tints of Dark Cerulean #035384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 1.38%
G = 38.07%
B = 60.55%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#035384 (or 0x035384) is known color: Dark Cerulean. HEX triplet: 03, 53 and 84. RGB value is (3,83,132). Sum of RGB (Red+Green+Blue) = 3+83+132=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #035384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035384 is #FCAC7B. Grayscale: #404040. Windows color (decimal): -16559228 or 8672003. OLE color: 8672003.

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

Color convert

RGB 3 83 132 -
CMYK 0.98 0.37 0 0.48
HSL 202.79º 0.96% 0.26% -
HSV(B) 202.79º 0.98% 0.52% -
XYZ 7.3 7.87 22.96 -
YUV 64.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 3 83 132 0.98 0.37 0 0.48 202.79 0.96 0.26
Hex 3 53 84 62 25 0 30 CB 60 1A
Octal 3 123 204 142 45 0 60 313 140 32
Binary 11 1010011 10000100 1100010 100101 0 110000 11001011 1100000 11010

Color Harmonies of #035384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035384

Black with #035384

Text Example


Text Example

White with #035384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035384; }

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

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

background-color css

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

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

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

border-color css

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

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

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