Html Css Color HEX #2C46BF Cerulean Blue

📋 copy color: '#2C46BF'

red 44 ◦ green 70 ◦ blue 191

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

Shades of Cerulean Blue #2C46BF

Tints of Cerulean Blue #2C46BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.62%

R = 14.43%
G = 22.95%
B = 62.62%

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

#2C46BF (or 0x2C46BF) is known color: Cerulean Blue. HEX triplet: 2C, 46 and BF. RGB value is (44,70,191). Sum of RGB (Red+Green+Blue) = 44+70+191=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C46BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C46BF is #D3B940. Grayscale: #4B4B4B. Windows color (decimal): -13875521 or 12535340. OLE color: 12535340.

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

Color convert

RGB 44 70 191 -
CMYK 0.77 0.63 0 0.25
HSL 229.39º 0.63% 0.46% -
HSV(B) 229.39º 0.77% 0.75% -
XYZ 12.63 8.68 50.3 -
YUV 76.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 44 70 191 0.77 0.63 0 0.25 229.39 0.63 0.46
Hex 2C 46 BF 4D 3F 0 19 E5 3F 2E
Octal 54 106 277 115 77 0 31 345 77 56
Binary 101100 1000110 10111111 1001101 111111 0 11001 11100101 111111 101110

Color Harmonies of #2C46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C46BF

Black with #2C46BF

Text Example


Text Example

White with #2C46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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