Html Css Color HEX #2749AE Cerulean Blue

📋 copy color: '#2749AE'

red 39 ◦ green 73 ◦ blue 174

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

Shades of Cerulean Blue #2749AE

Tints of Cerulean Blue #2749AE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

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

R = 13.64%
G = 25.52%
B = 60.84%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2749AE (or 0x2749AE) is known color: Cerulean Blue. HEX triplet: 27, 49 and AE. RGB value is (39,73,174). Sum of RGB (Red+Green+Blue) = 39+73+174=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #2749AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2749AE is #D8B651. Grayscale: #494949. Windows color (decimal): -14202450 or 11421991. OLE color: 11421991.

HSL color Cylindrical-coordinate representation of color #2749AE: hue angle of 224.89º 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 #2749AE is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 73 174 -
CMYK 0.78 0.58 0 0.32
HSL 224.89º 0.63% 0.42% -
HSV(B) 224.89º 0.78% 0.68% -
XYZ 10.86 8.25 41.06 -
YUV 74.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 39 73 174 0.78 0.58 0 0.32 224.89 0.63 0.42
Hex 27 49 AE 4E 3A 0 20 E1 3F 2A
Octal 47 111 256 116 72 0 40 341 77 52
Binary 100111 1001001 10101110 1001110 111010 0 100000 11100001 111111 101010

Color Harmonies of #2749AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2749AE

Black with #2749AE

Text Example


Text Example

White with #2749AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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