Html Css Color HEX #2256AF Cerulean Blue

📋 copy color: '#2256AF'

red 34 ◦ green 86 ◦ blue 175

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

Shades of Cerulean Blue #2256AF

Tints of Cerulean Blue #2256AF

RGB

 RED value IS 34 (13.67% from 255) = 11.53%

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

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 11.53%
G = 29.15%
B = 59.32%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2256AF (or 0x2256AF) is known color: Cerulean Blue. HEX triplet: 22, 56 and AF. RGB value is (34,86,175). Sum of RGB (Red+Green+Blue) = 34+86+175=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #2256AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2256AF is #DDA950. Grayscale: #505050. Windows color (decimal): -14526801 or 11490850. OLE color: 11490850.

HSL color Cylindrical-coordinate representation of color #2256AF: hue angle of 217.87º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2256AF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 86 175 -
CMYK 0.81 0.51 0 0.31
HSL 217.87º 0.67% 0.41% -
HSV(B) 217.87º 0.81% 0.69% -
XYZ 11.73 10.09 41.89 -
YUV 80.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 34 86 175 0.81 0.51 0 0.31 217.87 0.67 0.41
Hex 22 56 AF 51 33 0 1F DA 43 29
Octal 42 126 257 121 63 0 37 332 103 51
Binary 100010 1010110 10101111 1010001 110011 0 11111 11011010 1000011 101001

Color Harmonies of #2256AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2256AF

Black with #2256AF

Text Example


Text Example

White with #2256AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2256AF; }

 p { color: rgb(34,86,175); }

 H1.HeaderClassName
 {
   color: #2256AF;
 }
 .AnyTagClassName
 {
   color: #2256AF;
 }
</style>

background-color css

<style>
 a { background-color: #2256AF; }

 a { background-color: rgb(34,86,175); }

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

border-color css

<style>
 span { border-color: #2256AF; }

 span { border-color: rgb(34,86,175); }

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