Html Css Color HEX #2653AC Cerulean Blue

📋 copy color: '#2653AC'

red 38 ◦ green 83 ◦ blue 172

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

Shades of Cerulean Blue #2653AC

Tints of Cerulean Blue #2653AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

 BLUE value IS 172 (67.58% from 255) = 58.7%

R = 12.97%
G = 28.33%
B = 58.7%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2653AC (or 0x2653AC) is known color: Cerulean Blue. HEX triplet: 26, 53 and AC. RGB value is (38,83,172). Sum of RGB (Red+Green+Blue) = 38+83+172=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #2653AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2653AC is #D9AC53. Grayscale: #4F4F4F. Windows color (decimal): -14265428 or 11293478. OLE color: 11293478.

HSL color Cylindrical-coordinate representation of color #2653AC: hue angle of 219.85º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2653AC is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 83 172 -
CMYK 0.78 0.52 0 0.33
HSL 219.85º 0.64% 0.41% -
HSV(B) 219.85º 0.78% 0.67% -
XYZ 11.34 9.58 40.28 -
YUV 79.69 180.09 98.26 -
System Red Green Blue C M Y K H S L
Decimal 38 83 172 0.78 0.52 0 0.33 219.85 0.64 0.41
Hex 26 53 AC 4E 34 0 21 DC 40 29
Octal 46 123 254 116 64 0 41 334 100 51
Binary 100110 1010011 10101100 1001110 110100 0 100001 11011100 1000000 101001

Color Harmonies of #2653AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2653AC

Black with #2653AC

Text Example


Text Example

White with #2653AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2653AC; }

 p { color: rgb(38,83,172); }

 H1.HeaderClassName
 {
   color: #2653AC;
 }
 .AnyTagClassName
 {
   color: #2653AC;
 }
</style>

background-color css

<style>
 a { background-color: #2653AC; }

 a { background-color: rgb(38,83,172); }

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

border-color css

<style>
 span { border-color: #2653AC; }

 span { border-color: rgb(38,83,172); }

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