Html Css Color HEX #0368AD Cerulean

📋 copy color: '#0368AD'

red 3 ◦ green 104 ◦ blue 173

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

Shades of Cerulean #0368AD

Tints of Cerulean #0368AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 1.07%
G = 37.14%
B = 61.79%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0368AD (or 0x0368AD) is known color: Cerulean. HEX triplet: 03, 68 and AD. RGB value is (3,104,173). Sum of RGB (Red+Green+Blue) = 3+104+173=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #0368AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0368AD is #FC9752. Grayscale: #515151. Windows color (decimal): -16553811 or 11364355. OLE color: 11364355.

HSL color Cylindrical-coordinate representation of color #0368AD: hue angle of 204.35º 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 #0368AD is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 104 173 -
CMYK 0.98 0.40 0 0.32
HSL 204.35º 0.97% 0.35% -
HSV(B) 204.35º 0.98% 0.68% -
XYZ 12.53 12.94 41.37 -
YUV 81.67 179.54 71.89 -
System Red Green Blue C M Y K H S L
Decimal 3 104 173 0.98 0.40 0 0.32 204.35 0.97 0.35
Hex 3 68 AD 62 28 0 20 CC 61 23
Octal 3 150 255 142 50 0 40 314 141 43
Binary 11 1101000 10101101 1100010 101000 0 100000 11001100 1100001 100011

Color Harmonies of #0368AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0368AD

Black with #0368AD

Text Example


Text Example

White with #0368AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0368AD; }

 p { color: rgb(3,104,173); }

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

background-color css

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

 a { background-color: rgb(3,104,173); }

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

border-color css

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

 span { border-color: rgb(3,104,173); }

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