Html Css Color HEX #2C63BA Cerulean Blue

📋 copy color: '#2C63BA'

red 44 ◦ green 99 ◦ blue 186

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

Shades of Cerulean Blue #2C63BA

Tints of Cerulean Blue #2C63BA

RGB

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

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

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

R = 13.37%
G = 30.09%
B = 56.53%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C63BA (or 0x2C63BA) is known color: Cerulean Blue. HEX triplet: 2C, 63 and BA. RGB value is (44,99,186). Sum of RGB (Red+Green+Blue) = 44+99+186=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C63BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C63BA is #D39C45. Grayscale: #5C5C5C. Windows color (decimal): -13868102 or 12215084. OLE color: 12215084.

HSL color Cylindrical-coordinate representation of color #2C63BA: hue angle of 216.76º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C63BA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 99 186 -
CMYK 0.76 0.47 0 0.27
HSL 216.76º 0.62% 0.45% -
HSV(B) 216.76º 0.76% 0.73% -
XYZ 14.36 13 48.21 -
YUV 92.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 44 99 186 0.76 0.47 0 0.27 216.76 0.62 0.45
Hex 2C 63 BA 4C 2F 0 1B D9 3E 2D
Octal 54 143 272 114 57 0 33 331 76 55
Binary 101100 1100011 10111010 1001100 101111 0 11011 11011001 111110 101101

Color Harmonies of #2C63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C63BA

Black with #2C63BA

Text Example


Text Example

White with #2C63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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