Html Css Color HEX #2749BC Cerulean Blue

📋 copy color: '#2749BC'

red 39 ◦ green 73 ◦ blue 188

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

Shades of Cerulean Blue #2749BC

Tints of Cerulean Blue #2749BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 13%
G = 24.33%
B = 62.67%

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

#2749BC (or 0x2749BC) is known color: Cerulean Blue. HEX triplet: 27, 49 and BC. RGB value is (39,73,188). Sum of RGB (Red+Green+Blue) = 39+73+188=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #2749BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749BC is #D8B643. Grayscale: #4B4B4B. Windows color (decimal): -14202436 or 12339495. OLE color: 12339495.

HSL color Cylindrical-coordinate representation of color #2749BC: hue angle of 226.31º 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 #2749BC is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 73 188 -
CMYK 0.79 0.61 0 0.26
HSL 226.31º 0.66% 0.45% -
HSV(B) 226.31º 0.79% 0.74% -
XYZ 12.3 8.83 48.63 -
YUV 75.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 39 73 188 0.79 0.61 0 0.26 226.31 0.66 0.45
Hex 27 49 BC 4F 3D 0 1A E2 42 2D
Octal 47 111 274 117 75 0 32 342 102 55
Binary 100111 1001001 10111100 1001111 111101 0 11010 11100010 1000010 101101

Color Harmonies of #2749BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2749BC

Black with #2749BC

Text Example


Text Example

White with #2749BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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