Html Css Color HEX #2649CD Cerulean Blue

📋 copy color: '#2649CD'

red 38 ◦ green 73 ◦ blue 205

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

Shades of Cerulean Blue #2649CD

Tints of Cerulean Blue #2649CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 12.03%
G = 23.1%
B = 64.87%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2649CD (or 0x2649CD) is known color: Cerulean Blue. HEX triplet: 26, 49 and CD. RGB value is (38,73,205). Sum of RGB (Red+Green+Blue) = 38+73+205=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #2649CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649CD is #D9B632. Grayscale: #4D4D4D. Windows color (decimal): -14267955 or 13453606. OLE color: 13453606.

HSL color Cylindrical-coordinate representation of color #2649CD: hue angle of 227.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2649CD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 73 205 -
CMYK 0.81 0.64 0 0.20
HSL 227.43º 0.69% 0.48% -
HSV(B) 227.43º 0.81% 0.8% -
XYZ 14.2 9.58 58.86 -
YUV 77.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 38 73 205 0.81 0.64 0 0.20 227.43 0.69 0.48
Hex 26 49 CD 51 40 0 14 E3 45 30
Octal 46 111 315 121 100 0 24 343 105 60
Binary 100110 1001001 11001101 1010001 1000000 0 10100 11100011 1000101 110000

Color Harmonies of #2649CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649CD

Black with #2649CD

Text Example


Text Example

White with #2649CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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