Html Css Color HEX #0385AE Cerulean

📋 copy color: '#0385AE'

red 3 ◦ green 133 ◦ blue 174

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

Shades of Cerulean #0385AE

Tints of Cerulean #0385AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 0.97%
G = 42.9%
B = 56.13%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0385AE (or 0x0385AE) is known color: Cerulean. HEX triplet: 03, 85 and AE. RGB value is (3,133,174). Sum of RGB (Red+Green+Blue) = 3+133+174=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #0385AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0385AE is #FC7A51. Grayscale: #626262. Windows color (decimal): -16546386 or 11437315. OLE color: 11437315.

HSL color Cylindrical-coordinate representation of color #0385AE: hue angle of 194.39º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0385AE is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 133 174 -
CMYK 0.98 0.24 0 0.32
HSL 194.39º 0.97% 0.35% -
HSV(B) 194.39º 0.98% 0.68% -
XYZ 16.07 19.85 43.03 -
YUV 98.8 170.43 59.67 -
System Red Green Blue C M Y K H S L
Decimal 3 133 174 0.98 0.24 0 0.32 194.39 0.97 0.35
Hex 3 85 AE 62 18 0 20 C2 61 23
Octal 3 205 256 142 30 0 40 302 141 43
Binary 11 10000101 10101110 1100010 11000 0 100000 11000010 1100001 100011

Color Harmonies of #0385AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0385AE

Black with #0385AE

Text Example


Text Example

White with #0385AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0385AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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