Html Css Color HEX #03858B Dark Cyan

📋 copy color: '#03858B'

red 3 ◦ green 133 ◦ blue 139

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

Shades of Dark Cyan #03858B

Tints of Dark Cyan #03858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.36%

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 1.09%
G = 48.36%
B = 50.55%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03858B (or 0x03858B) is known color: Dark Cyan. HEX triplet: 03, 85 and 8B. RGB value is (3,133,139). Sum of RGB (Red+Green+Blue) = 3+133+139=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #03858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03858B is #FC7A74. Grayscale: #5E5E5E. Windows color (decimal): -16546421 or 9143555. OLE color: 9143555.

HSL color Cylindrical-coordinate representation of color #03858B: hue angle of 182.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03858B is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 133 139 -
CMYK 0.98 0.04 0 0.45
HSL 182.65º 0.96% 0.28% -
HSV(B) 182.65º 0.98% 0.55% -
XYZ 13.09 18.66 27.34 -
YUV 94.81 152.93 62.51 -
System Red Green Blue C M Y K H S L
Decimal 3 133 139 0.98 0.04 0 0.45 182.65 0.96 0.28
Hex 3 85 8B 62 4 0 2D B7 60 1C
Octal 3 205 213 142 4 0 55 267 140 34
Binary 11 10000101 10001011 1100010 100 0 101101 10110111 1100000 11100

Color Harmonies of #03858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03858B

Black with #03858B

Text Example


Text Example

White with #03858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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