Html Css Color HEX #2C5BAD Cerulean Blue

📋 copy color: '#2C5BAD'

red 44 ◦ green 91 ◦ blue 173

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

Shades of Cerulean Blue #2C5BAD

Tints of Cerulean Blue #2C5BAD

RGB

 RED value IS 44 (17.58% from 255) = 14.29%

 GREEN value IS 91 (35.94% from 255) = 29.55%

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

R = 14.29%
G = 29.55%
B = 56.17%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2C5BAD (or 0x2C5BAD) is known color: Cerulean Blue. HEX triplet: 2C, 5B and AD. RGB value is (44,91,173). Sum of RGB (Red+Green+Blue) = 44+91+173=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C5BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5BAD is #D3A452. Grayscale: #555555. Windows color (decimal): -13870163 or 11361068. OLE color: 11361068.

HSL color Cylindrical-coordinate representation of color #2C5BAD: hue angle of 218.14º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C5BAD is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 91 173 -
CMYK 0.75 0.47 0 0.32
HSL 218.14º 0.59% 0.43% -
HSV(B) 218.14º 0.75% 0.68% -
XYZ 12.32 11.03 41.02 -
YUV 86.3 176.93 97.83 -
System Red Green Blue C M Y K H S L
Decimal 44 91 173 0.75 0.47 0 0.32 218.14 0.59 0.43
Hex 2C 5B AD 4B 2F 0 20 DA 3B 2B
Octal 54 133 255 113 57 0 40 332 73 53
Binary 101100 1011011 10101101 1001011 101111 0 100000 11011010 111011 101011

Color Harmonies of #2C5BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BAD

Black with #2C5BAD

Text Example


Text Example

White with #2C5BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,91,173); }

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

background-color css

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

 a { background-color: rgb(44,91,173); }

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

border-color css

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

 span { border-color: rgb(44,91,173); }

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