Html Css Color HEX #2754AC Cerulean Blue

📋 copy color: '#2754AC'

red 39 ◦ green 84 ◦ blue 172

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

Shades of Cerulean Blue #2754AC

Tints of Cerulean Blue #2754AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

 BLUE value IS 172 (67.58% from 255) = 58.31%

R = 13.22%
G = 28.47%
B = 58.31%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2754AC (or 0x2754AC) is known color: Cerulean Blue. HEX triplet: 27, 54 and AC. RGB value is (39,84,172). Sum of RGB (Red+Green+Blue) = 39+84+172=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2754AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2754AC is #D8AB53. Grayscale: #505050. Windows color (decimal): -14199636 or 11293735. OLE color: 11293735.

HSL color Cylindrical-coordinate representation of color #2754AC: hue angle of 219.7º 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 #2754AC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 84 172 -
CMYK 0.77 0.51 0 0.33
HSL 219.7º 0.63% 0.41% -
HSV(B) 219.7º 0.77% 0.67% -
XYZ 11.45 9.75 40.31 -
YUV 80.58 179.59 98.34 -
System Red Green Blue C M Y K H S L
Decimal 39 84 172 0.77 0.51 0 0.33 219.7 0.63 0.41
Hex 27 54 AC 4D 33 0 21 DC 3F 29
Octal 47 124 254 115 63 0 41 334 77 51
Binary 100111 1010100 10101100 1001101 110011 0 100001 11011100 111111 101001

Color Harmonies of #2754AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2754AC

Black with #2754AC

Text Example


Text Example

White with #2754AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2754AC; }

 p { color: rgb(39,84,172); }

 H1.HeaderClassName
 {
   color: #2754AC;
 }
 .AnyTagClassName
 {
   color: #2754AC;
 }
</style>

background-color css

<style>
 a { background-color: #2754AC; }

 a { background-color: rgb(39,84,172); }

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

border-color css

<style>
 span { border-color: #2754AC; }

 span { border-color: rgb(39,84,172); }

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