Html Css Color HEX #2C63BE Cerulean Blue

📋 copy color: '#2C63BE'

red 44 ◦ green 99 ◦ blue 190

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

Shades of Cerulean Blue #2C63BE

Tints of Cerulean Blue #2C63BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 13.21%
G = 29.73%
B = 57.06%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C63BE (or 0x2C63BE) is known color: Cerulean Blue. HEX triplet: 2C, 63 and BE. RGB value is (44,99,190). Sum of RGB (Red+Green+Blue) = 44+99+190=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C63BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C63BE is #D39C41. Grayscale: #5C5C5C. Windows color (decimal): -13868098 or 12477228. OLE color: 12477228.

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

Color convert

RGB 44 99 190 -
CMYK 0.77 0.48 0 0.25
HSL 217.4º 0.62% 0.46% -
HSV(B) 217.4º 0.77% 0.75% -
XYZ 14.79 13.18 50.48 -
YUV 92.93 182.78 93.1 -
System Red Green Blue C M Y K H S L
Decimal 44 99 190 0.77 0.48 0 0.25 217.4 0.62 0.46
Hex 2C 63 BE 4D 30 0 19 D9 3E 2E
Octal 54 143 276 115 60 0 31 331 76 56
Binary 101100 1100011 10111110 1001101 110000 0 11001 11011001 111110 101110

Color Harmonies of #2C63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C63BE

Black with #2C63BE

Text Example


Text Example

White with #2C63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,99,190); }

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

background-color css

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

 a { background-color: rgb(44,99,190); }

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

border-color css

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

 span { border-color: rgb(44,99,190); }

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