Html Css Color HEX #0374BA Cerulean

📋 copy color: '#0374BA'

red 3 ◦ green 116 ◦ blue 186

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

Shades of Cerulean #0374BA

Tints of Cerulean #0374BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 0.98%
G = 38.03%
B = 60.98%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0374BA (or 0x0374BA) is known color: Cerulean. HEX triplet: 03, 74 and BA. RGB value is (3,116,186). Sum of RGB (Red+Green+Blue) = 3+116+186=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #0374BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0374BA is #FC8B45. Grayscale: #595959. Windows color (decimal): -16550726 or 12219395. OLE color: 12219395.

HSL color Cylindrical-coordinate representation of color #0374BA: hue angle of 202.95º 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 #0374BA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 116 186 -
CMYK 0.98 0.38 0 0.27
HSL 202.95º 0.97% 0.37% -
HSV(B) 202.95º 0.98% 0.73% -
XYZ 15.15 16.06 48.76 -
YUV 90.19 182.06 65.81 -
System Red Green Blue C M Y K H S L
Decimal 3 116 186 0.98 0.38 0 0.27 202.95 0.97 0.37
Hex 3 74 BA 62 26 0 1B CB 61 25
Octal 3 164 272 142 46 0 33 313 141 45
Binary 11 1110100 10111010 1100010 100110 0 11011 11001011 1100001 100101

Color Harmonies of #0374BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0374BA

Black with #0374BA

Text Example


Text Example

White with #0374BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0374BA; }

 p { color: rgb(3,116,186); }

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

background-color css

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

 a { background-color: rgb(3,116,186); }

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

border-color css

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

 span { border-color: rgb(3,116,186); }

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