Html Css Color HEX #3755AE Cerulean Blue

📋 copy color: '#3755AE'

red 55 ◦ green 85 ◦ blue 174

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

Shades of Cerulean Blue #3755AE

Tints of Cerulean Blue #3755AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 17.52%
G = 27.07%
B = 55.41%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3755AE (or 0x3755AE) is known color: Cerulean Blue. HEX triplet: 37, 55 and AE. RGB value is (55,85,174). Sum of RGB (Red+Green+Blue) = 55+85+174=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #3755AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3755AE is #C8AA51. Grayscale: #555555. Windows color (decimal): -13150802 or 11425079. OLE color: 11425079.

HSL color Cylindrical-coordinate representation of color #3755AE: hue angle of 224.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3755AE is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 85 174 -
CMYK 0.68 0.51 0 0.32
HSL 224.87º 0.52% 0.45% -
HSV(B) 224.87º 0.68% 0.68% -
XYZ 12.46 10.37 41.39 -
YUV 86.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 55 85 174 0.68 0.51 0 0.32 224.87 0.52 0.45
Hex 37 55 AE 44 33 0 20 E1 34 2D
Octal 67 125 256 104 63 0 40 341 64 55
Binary 110111 1010101 10101110 1000100 110011 0 100000 11100001 110100 101101

Color Harmonies of #3755AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755AE

Black with #3755AE

Text Example


Text Example

White with #3755AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3755AE; }

 p { color: rgb(55,85,174); }

 H1.HeaderClassName
 {
   color: #3755AE;
 }
 .AnyTagClassName
 {
   color: #3755AE;
 }
</style>

background-color css

<style>
 a { background-color: #3755AE; }

 a { background-color: rgb(55,85,174); }

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

border-color css

<style>
 span { border-color: #3755AE; }

 span { border-color: rgb(55,85,174); }

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