Html Css Color HEX #2C64BE Cerulean Blue

📋 copy color: '#2C64BE'

red 44 ◦ green 100 ◦ blue 190

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

Shades of Cerulean Blue #2C64BE

Tints of Cerulean Blue #2C64BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 13.17%
G = 29.94%
B = 56.89%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C64BE (or 0x2C64BE) is known color: Cerulean Blue. HEX triplet: 2C, 64 and BE. RGB value is (44,100,190). Sum of RGB (Red+Green+Blue) = 44+100+190=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C64BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C64BE is #D39B41. Grayscale: #5D5D5D. Windows color (decimal): -13867842 or 12477484. OLE color: 12477484.

HSL color Cylindrical-coordinate representation of color #2C64BE: hue angle of 216.99º 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 #2C64BE is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 100 190 -
CMYK 0.77 0.47 0 0.25
HSL 216.99º 0.62% 0.46% -
HSV(B) 216.99º 0.77% 0.75% -
XYZ 14.89 13.37 50.51 -
YUV 93.52 182.45 92.68 -
System Red Green Blue C M Y K H S L
Decimal 44 100 190 0.77 0.47 0 0.25 216.99 0.62 0.46
Hex 2C 64 BE 4D 2F 0 19 D9 3E 2E
Octal 54 144 276 115 57 0 31 331 76 56
Binary 101100 1100100 10111110 1001101 101111 0 11001 11011001 111110 101110

Color Harmonies of #2C64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C64BE

Black with #2C64BE

Text Example


Text Example

White with #2C64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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