Html Css Color HEX #035283 Dark Cerulean

📋 copy color: '#035283'

red 3 ◦ green 82 ◦ blue 131

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

Shades of Dark Cerulean #035283

Tints of Dark Cerulean #035283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.96%

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

R = 1.39%
G = 37.96%
B = 60.65%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#035283 (or 0x035283) is known color: Dark Cerulean. HEX triplet: 03, 52 and 83. RGB value is (3,82,131). Sum of RGB (Red+Green+Blue) = 3+82+131=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #035283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035283 is #FCAD7C. Grayscale: #3F3F3F. Windows color (decimal): -16559485 or 8606211. OLE color: 8606211.

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

Color convert

RGB 3 82 131 -
CMYK 0.98 0.37 0 0.49
HSL 202.97º 0.96% 0.26% -
HSV(B) 202.97º 0.98% 0.51% -
XYZ 7.15 7.69 22.58 -
YUV 63.97 165.83 84.52 -
System Red Green Blue C M Y K H S L
Decimal 3 82 131 0.98 0.37 0 0.49 202.97 0.96 0.26
Hex 3 52 83 62 25 0 31 CB 60 1A
Octal 3 122 203 142 45 0 61 313 140 32
Binary 11 1010010 10000011 1100010 100101 0 110001 11001011 1100000 11010

Color Harmonies of #035283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035283

Black with #035283

Text Example


Text Example

White with #035283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035283; }

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

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

background-color css

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

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

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

border-color css

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

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

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