Html Css Color HEX #2D56BE Cerulean Blue

📋 copy color: '#2D56BE'

red 45 ◦ green 86 ◦ blue 190

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

Shades of Cerulean Blue #2D56BE

Tints of Cerulean Blue #2D56BE

RGB

 RED value IS 45 (17.97% from 255) = 14.02%

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 14.02%
G = 26.79%
B = 59.19%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D56BE (or 0x2D56BE) is known color: Cerulean Blue. HEX triplet: 2D, 56 and BE. RGB value is (45,86,190). Sum of RGB (Red+Green+Blue) = 45+86+190=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D56BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D56BE is #D2A941. Grayscale: #555555. Windows color (decimal): -13805890 or 12473901. OLE color: 12473901.

HSL color Cylindrical-coordinate representation of color #2D56BE: hue angle of 223.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D56BE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 86 190 -
CMYK 0.76 0.55 0 0.25
HSL 223.03º 0.62% 0.46% -
HSV(B) 223.03º 0.76% 0.75% -
XYZ 13.7 10.93 50.1 -
YUV 85.6 186.92 99.04 -
System Red Green Blue C M Y K H S L
Decimal 45 86 190 0.76 0.55 0 0.25 223.03 0.62 0.46
Hex 2D 56 BE 4C 37 0 19 DF 3E 2E
Octal 55 126 276 114 67 0 31 337 76 56
Binary 101101 1010110 10111110 1001100 110111 0 11001 11011111 111110 101110

Color Harmonies of #2D56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D56BE

Black with #2D56BE

Text Example


Text Example

White with #2D56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D56BE; }

 p { color: rgb(45,86,190); }

 H1.HeaderClassName
 {
   color: #2D56BE;
 }
 .AnyTagClassName
 {
   color: #2D56BE;
 }
</style>

background-color css

<style>
 a { background-color: #2D56BE; }

 a { background-color: rgb(45,86,190); }

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

border-color css

<style>
 span { border-color: #2D56BE; }

 span { border-color: rgb(45,86,190); }

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