Html Css Color HEX #2656BA Cerulean Blue

📋 copy color: '#2656BA'

red 38 ◦ green 86 ◦ blue 186

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

Shades of Cerulean Blue #2656BA

Tints of Cerulean Blue #2656BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 186 (73.05% from 255) = 60%

R = 12.26%
G = 27.74%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2656BA (or 0x2656BA) is known color: Cerulean Blue. HEX triplet: 26, 56 and BA. RGB value is (38,86,186). Sum of RGB (Red+Green+Blue) = 38+86+186=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #2656BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2656BA is #D9A945. Grayscale: #525252. Windows color (decimal): -14264646 or 12211750. OLE color: 12211750.

HSL color Cylindrical-coordinate representation of color #2656BA: hue angle of 220.54º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2656BA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 86 186 -
CMYK 0.80 0.54 0 0.27
HSL 220.54º 0.66% 0.44% -
HSV(B) 220.54º 0.8% 0.73% -
XYZ 12.99 10.61 47.82 -
YUV 83.05 186.1 95.87 -
System Red Green Blue C M Y K H S L
Decimal 38 86 186 0.80 0.54 0 0.27 220.54 0.66 0.44
Hex 26 56 BA 50 36 0 1B DD 42 2C
Octal 46 126 272 120 66 0 33 335 102 54
Binary 100110 1010110 10111010 1010000 110110 0 11011 11011101 1000010 101100

Color Harmonies of #2656BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2656BA

Black with #2656BA

Text Example


Text Example

White with #2656BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2656BA; }

 p { color: rgb(38,86,186); }

 H1.HeaderClassName
 {
   color: #2656BA;
 }
 .AnyTagClassName
 {
   color: #2656BA;
 }
</style>

background-color css

<style>
 a { background-color: #2656BA; }

 a { background-color: rgb(38,86,186); }

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

border-color css

<style>
 span { border-color: #2656BA; }

 span { border-color: rgb(38,86,186); }

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