Html Css Color HEX #2750AA Cerulean Blue

📋 copy color: '#2750AA'

red 39 ◦ green 80 ◦ blue 170

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

Shades of Cerulean Blue #2750AA

Tints of Cerulean Blue #2750AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 13.49%
G = 27.68%
B = 58.82%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2750AA (or 0x2750AA) is known color: Cerulean Blue. HEX triplet: 27, 50 and AA. RGB value is (39,80,170). Sum of RGB (Red+Green+Blue) = 39+80+170=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #2750AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2750AA is #D8AF55. Grayscale: #4D4D4D. Windows color (decimal): -14200662 or 11161639. OLE color: 11161639.

HSL color Cylindrical-coordinate representation of color #2750AA: hue angle of 221.22º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2750AA is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 80 170 -
CMYK 0.77 0.53 0 0.33
HSL 221.22º 0.63% 0.41% -
HSV(B) 221.22º 0.77% 0.67% -
XYZ 10.96 9.07 39.2 -
YUV 78 179.92 100.18 -
System Red Green Blue C M Y K H S L
Decimal 39 80 170 0.77 0.53 0 0.33 221.22 0.63 0.41
Hex 27 50 AA 4D 35 0 21 DD 3F 29
Octal 47 120 252 115 65 0 41 335 77 51
Binary 100111 1010000 10101010 1001101 110101 0 100001 11011101 111111 101001

Color Harmonies of #2750AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2750AA

Black with #2750AA

Text Example


Text Example

White with #2750AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2750AA; }

 p { color: rgb(39,80,170); }

 H1.HeaderClassName
 {
   color: #2750AA;
 }
 .AnyTagClassName
 {
   color: #2750AA;
 }
</style>

background-color css

<style>
 a { background-color: #2750AA; }

 a { background-color: rgb(39,80,170); }

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

border-color css

<style>
 span { border-color: #2750AA; }

 span { border-color: rgb(39,80,170); }

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