Html Css Color HEX #2655AD Cerulean Blue

📋 copy color: '#2655AD'

red 38 ◦ green 85 ◦ blue 173

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

Shades of Cerulean Blue #2655AD

Tints of Cerulean Blue #2655AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 12.84%
G = 28.72%
B = 58.45%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2655AD (or 0x2655AD) is known color: Cerulean Blue. HEX triplet: 26, 55 and AD. RGB value is (38,85,173). Sum of RGB (Red+Green+Blue) = 38+85+173=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #2655AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2655AD is #D9AA52. Grayscale: #505050. Windows color (decimal): -14264915 or 11359526. OLE color: 11359526.

HSL color Cylindrical-coordinate representation of color #2655AD: hue angle of 219.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2655AD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 85 173 -
CMYK 0.78 0.51 0 0.32
HSL 219.11º 0.64% 0.41% -
HSV(B) 219.11º 0.78% 0.68% -
XYZ 11.59 9.93 40.84 -
YUV 80.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 38 85 173 0.78 0.51 0 0.32 219.11 0.64 0.41
Hex 26 55 AD 4E 33 0 20 DB 40 29
Octal 46 125 255 116 63 0 40 333 100 51
Binary 100110 1010101 10101101 1001110 110011 0 100000 11011011 1000000 101001

Color Harmonies of #2655AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655AD

Black with #2655AD

Text Example


Text Example

White with #2655AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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