Html Css Color HEX #2652AB Cerulean Blue

📋 copy color: '#2652AB'

red 38 ◦ green 82 ◦ blue 171

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

Shades of Cerulean Blue #2652AB

Tints of Cerulean Blue #2652AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 13.06%
G = 28.18%
B = 58.76%

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

#2652AB (or 0x2652AB) is known color: Cerulean Blue. HEX triplet: 26, 52 and AB. RGB value is (38,82,171). Sum of RGB (Red+Green+Blue) = 38+82+171=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #2652AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2652AB is #D9AD54. Grayscale: #4E4E4E. Windows color (decimal): -14265685 or 11227686. OLE color: 11227686.

HSL color Cylindrical-coordinate representation of color #2652AB: hue angle of 220.15º 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 #2652AB is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 82 171 -
CMYK 0.78 0.52 0 0.33
HSL 220.15º 0.64% 0.41% -
HSV(B) 220.15º 0.78% 0.67% -
XYZ 11.17 9.39 39.75 -
YUV 78.99 179.92 98.76 -
System Red Green Blue C M Y K H S L
Decimal 38 82 171 0.78 0.52 0 0.33 220.15 0.64 0.41
Hex 26 52 AB 4E 34 0 21 DC 40 29
Octal 46 122 253 116 64 0 41 334 100 51
Binary 100110 1010010 10101011 1001110 110100 0 100001 11011100 1000000 101001

Color Harmonies of #2652AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2652AB

Black with #2652AB

Text Example


Text Example

White with #2652AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2652AB; }

 p { color: rgb(38,82,171); }

 H1.HeaderClassName
 {
   color: #2652AB;
 }
 .AnyTagClassName
 {
   color: #2652AB;
 }
</style>

background-color css

<style>
 a { background-color: #2652AB; }

 a { background-color: rgb(38,82,171); }

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

border-color css

<style>
 span { border-color: #2652AB; }

 span { border-color: rgb(38,82,171); }

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