Html Css Color HEX #2655AC Cerulean Blue

📋 copy color: '#2655AC'

red 38 ◦ green 85 ◦ blue 172

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

Shades of Cerulean Blue #2655AC

Tints of Cerulean Blue #2655AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 12.88%
G = 28.81%
B = 58.31%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2655AC (or 0x2655AC) is known color: Cerulean Blue. HEX triplet: 26, 55 and AC. RGB value is (38,85,172). Sum of RGB (Red+Green+Blue) = 38+85+172=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2655AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2655AC is #D9AA53. Grayscale: #505050. Windows color (decimal): -14264916 or 11293990. OLE color: 11293990.

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

Color convert

RGB 38 85 172 -
CMYK 0.78 0.51 0 0.33
HSL 218.96º 0.64% 0.41% -
HSV(B) 218.96º 0.78% 0.67% -
XYZ 11.49 9.89 40.33 -
YUV 80.87 179.43 97.43 -
System Red Green Blue C M Y K H S L
Decimal 38 85 172 0.78 0.51 0 0.33 218.96 0.64 0.41
Hex 26 55 AC 4E 33 0 21 DB 40 29
Octal 46 125 254 116 63 0 41 333 100 51
Binary 100110 1010101 10101100 1001110 110011 0 100001 11011011 1000000 101001

Color Harmonies of #2655AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655AC

Black with #2655AC

Text Example


Text Example

White with #2655AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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