Html Css Color HEX #3760BC Cerulean Blue

📋 copy color: '#3760BC'

red 55 ◦ green 96 ◦ blue 188

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

Shades of Cerulean Blue #3760BC

Tints of Cerulean Blue #3760BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 16.22%
G = 28.32%
B = 55.46%

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

#3760BC (or 0x3760BC) is known color: Cerulean Blue. HEX triplet: 37, 60 and BC. RGB value is (55,96,188). Sum of RGB (Red+Green+Blue) = 55+96+188=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #3760BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760BC is #C89F43. Grayscale: #5D5D5D. Windows color (decimal): -13147972 or 12345399. OLE color: 12345399.

HSL color Cylindrical-coordinate representation of color #3760BC: hue angle of 221.5º 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 #3760BC is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 96 188 -
CMYK 0.71 0.49 0 0.26
HSL 221.5º 0.55% 0.48% -
HSV(B) 221.5º 0.71% 0.74% -
XYZ 14.84 12.81 49.27 -
YUV 94.23 180.92 100.02 -
System Red Green Blue C M Y K H S L
Decimal 55 96 188 0.71 0.49 0 0.26 221.5 0.55 0.48
Hex 37 60 BC 47 31 0 1A DE 37 30
Octal 67 140 274 107 61 0 32 336 67 60
Binary 110111 1100000 10111100 1000111 110001 0 11010 11011110 110111 110000

Color Harmonies of #3760BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3760BC

Black with #3760BC

Text Example


Text Example

White with #3760BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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