Html Css Color HEX #2749BD Cerulean Blue

📋 copy color: '#2749BD'

red 39 ◦ green 73 ◦ blue 189

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

Shades of Cerulean Blue #2749BD

Tints of Cerulean Blue #2749BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.79%

R = 12.96%
G = 24.25%
B = 62.79%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2749BD (or 0x2749BD) is known color: Cerulean Blue. HEX triplet: 27, 49 and BD. RGB value is (39,73,189). Sum of RGB (Red+Green+Blue) = 39+73+189=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #2749BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749BD is #D8B642. Grayscale: #4B4B4B. Windows color (decimal): -14202435 or 12405031. OLE color: 12405031.

HSL color Cylindrical-coordinate representation of color #2749BD: hue angle of 226.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2749BD is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 73 189 -
CMYK 0.79 0.61 0 0.26
HSL 226.4º 0.66% 0.45% -
HSV(B) 226.4º 0.79% 0.74% -
XYZ 12.4 8.87 49.2 -
YUV 76.06 191.74 101.57 -
System Red Green Blue C M Y K H S L
Decimal 39 73 189 0.79 0.61 0 0.26 226.4 0.66 0.45
Hex 27 49 BD 4F 3D 0 1A E2 42 2D
Octal 47 111 275 117 75 0 32 342 102 55
Binary 100111 1001001 10111101 1001111 111101 0 11010 11100010 1000010 101101

Color Harmonies of #2749BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2749BD

Black with #2749BD

Text Example


Text Example

White with #2749BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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