Html Css Color HEX #0375BB Cerulean

📋 copy color: '#0375BB'

red 3 ◦ green 117 ◦ blue 187

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

Shades of Cerulean #0375BB

Tints of Cerulean #0375BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 0.98%
G = 38.11%
B = 60.91%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0375BB (or 0x0375BB) is known color: Cerulean. HEX triplet: 03, 75 and BB. RGB value is (3,117,187). Sum of RGB (Red+Green+Blue) = 3+117+187=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #0375BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375BB is #FC8A44. Grayscale: #5A5A5A. Windows color (decimal): -16550469 or 12285187. OLE color: 12285187.

HSL color Cylindrical-coordinate representation of color #0375BB: hue angle of 202.83º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0375BB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 117 187 -
CMYK 0.98 0.37 0 0.27
HSL 202.83º 0.97% 0.37% -
HSV(B) 202.83º 0.98% 0.73% -
XYZ 15.37 16.33 49.36 -
YUV 90.89 182.23 65.31 -
System Red Green Blue C M Y K H S L
Decimal 3 117 187 0.98 0.37 0 0.27 202.83 0.97 0.37
Hex 3 75 BB 62 25 0 1B CB 61 25
Octal 3 165 273 142 45 0 33 313 141 45
Binary 11 1110101 10111011 1100010 100101 0 11011 11001011 1100001 100101

Color Harmonies of #0375BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375BB

Black with #0375BB

Text Example


Text Example

White with #0375BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0375BB; }

 p { color: rgb(3,117,187); }

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

background-color css

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

 a { background-color: rgb(3,117,187); }

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

border-color css

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

 span { border-color: rgb(3,117,187); }

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