Html Css Color HEX #2755AE Cerulean Blue

📋 copy color: '#2755AE'

red 39 ◦ green 85 ◦ blue 174

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

Shades of Cerulean Blue #2755AE

Tints of Cerulean Blue #2755AE

RGB

 RED value IS 39 (15.63% from 255) = 13.09%

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

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

R = 13.09%
G = 28.52%
B = 58.39%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2755AE (or 0x2755AE) is known color: Cerulean Blue. HEX triplet: 27, 55 and AE. RGB value is (39,85,174). Sum of RGB (Red+Green+Blue) = 39+85+174=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #2755AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2755AE is #D8AA51. Grayscale: #505050. Windows color (decimal): -14199378 or 11425063. OLE color: 11425063.

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

Color convert

RGB 39 85 174 -
CMYK 0.78 0.51 0 0.32
HSL 219.56º 0.63% 0.42% -
HSV(B) 219.56º 0.78% 0.68% -
XYZ 11.73 9.98 41.35 -
YUV 81.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 39 85 174 0.78 0.51 0 0.32 219.56 0.63 0.42
Hex 27 55 AE 4E 33 0 20 DC 3F 2A
Octal 47 125 256 116 63 0 40 334 77 52
Binary 100111 1010101 10101110 1001110 110011 0 100000 11011100 111111 101010

Color Harmonies of #2755AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2755AE

Black with #2755AE

Text Example


Text Example

White with #2755AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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