Html Css Color HEX #2C46BE Cerulean Blue

📋 copy color: '#2C46BE'

red 44 ◦ green 70 ◦ blue 190

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

Shades of Cerulean Blue #2C46BE

Tints of Cerulean Blue #2C46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

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

R = 14.47%
G = 23.03%
B = 62.5%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C46BE (or 0x2C46BE) is known color: Cerulean Blue. HEX triplet: 2C, 46 and BE. RGB value is (44,70,190). Sum of RGB (Red+Green+Blue) = 44+70+190=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C46BE is #D3B941. Grayscale: #4B4B4B. Windows color (decimal): -13875522 or 12469804. OLE color: 12469804.

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

Color convert

RGB 44 70 190 -
CMYK 0.77 0.63 0 0.25
HSL 229.32º 0.62% 0.46% -
HSV(B) 229.32º 0.77% 0.75% -
XYZ 12.52 8.63 49.72 -
YUV 75.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 44 70 190 0.77 0.63 0 0.25 229.32 0.62 0.46
Hex 2C 46 BE 4D 3F 0 19 E5 3E 2E
Octal 54 106 276 115 77 0 31 345 76 56
Binary 101100 1000110 10111110 1001101 111111 0 11001 11100101 111110 101110

Color Harmonies of #2C46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C46BE

Black with #2C46BE

Text Example


Text Example

White with #2C46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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