Html Css Color HEX #3760BD Cerulean Blue

📋 copy color: '#3760BD'

red 55 ◦ green 96 ◦ blue 189

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

Shades of Cerulean Blue #3760BD

Tints of Cerulean Blue #3760BD

RGB

 RED value IS 55 (21.88% from 255) = 16.18%

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 189 (74.22% from 255) = 55.59%

R = 16.18%
G = 28.24%
B = 55.59%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3760BD (or 0x3760BD) is known color: Cerulean Blue. HEX triplet: 37, 60 and BD. RGB value is (55,96,189). Sum of RGB (Red+Green+Blue) = 55+96+189=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #3760BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760BD is #C89F42. Grayscale: #5D5D5D. Windows color (decimal): -13147971 or 12410935. OLE color: 12410935.

HSL color Cylindrical-coordinate representation of color #3760BD: hue angle of 221.64º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3760BD is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 96 189 -
CMYK 0.71 0.49 0 0.26
HSL 221.64º 0.55% 0.48% -
HSV(B) 221.64º 0.71% 0.74% -
XYZ 14.94 12.85 49.84 -
YUV 94.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 55 96 189 0.71 0.49 0 0.26 221.64 0.55 0.48
Hex 37 60 BD 47 31 0 1A DE 37 30
Octal 67 140 275 107 61 0 32 336 67 60
Binary 110111 1100000 10111101 1000111 110001 0 11010 11011110 110111 110000

Color Harmonies of #3760BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3760BD

Black with #3760BD

Text Example


Text Example

White with #3760BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3760BD; }

 p { color: rgb(55,96,189); }

 H1.HeaderClassName
 {
   color: #3760BD;
 }
 .AnyTagClassName
 {
   color: #3760BD;
 }
</style>

background-color css

<style>
 a { background-color: #3760BD; }

 a { background-color: rgb(55,96,189); }

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

border-color css

<style>
 span { border-color: #3760BD; }

 span { border-color: rgb(55,96,189); }

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