Html Css Color HEX #2649BA Cerulean Blue

📋 copy color: '#2649BA'

red 38 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #2649BA

Tints of Cerulean Blue #2649BA

RGB

 RED value IS 38 (15.23% from 255) = 12.79%

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

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 12.79%
G = 24.58%
B = 62.63%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2649BA (or 0x2649BA) is known color: Cerulean Blue. HEX triplet: 26, 49 and BA. RGB value is (38,73,186). Sum of RGB (Red+Green+Blue) = 38+73+186=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #2649BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649BA is #D9B645. Grayscale: #4A4A4A. Windows color (decimal): -14267974 or 12208422. OLE color: 12208422.

HSL color Cylindrical-coordinate representation of color #2649BA: hue angle of 225.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2649BA is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 73 186 -
CMYK 0.80 0.61 0 0.27
HSL 225.81º 0.66% 0.44% -
HSV(B) 225.81º 0.8% 0.73% -
XYZ 12.04 8.72 47.5 -
YUV 75.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 38 73 186 0.80 0.61 0 0.27 225.81 0.66 0.44
Hex 26 49 BA 50 3D 0 1B E2 42 2C
Octal 46 111 272 120 75 0 33 342 102 54
Binary 100110 1001001 10111010 1010000 111101 0 11011 11100010 1000010 101100

Color Harmonies of #2649BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649BA

Black with #2649BA

Text Example


Text Example

White with #2649BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2649BA; }

 p { color: rgb(38,73,186); }

 H1.HeaderClassName
 {
   color: #2649BA;
 }
 .AnyTagClassName
 {
   color: #2649BA;
 }
</style>

background-color css

<style>
 a { background-color: #2649BA; }

 a { background-color: rgb(38,73,186); }

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

border-color css

<style>
 span { border-color: #2649BA; }

 span { border-color: rgb(38,73,186); }

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