Html Css Color HEX #2B46C2 Cerulean Blue

📋 copy color: '#2B46C2'

red 43 ◦ green 70 ◦ blue 194

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

Shades of Cerulean Blue #2B46C2

Tints of Cerulean Blue #2B46C2

RGB

 RED value IS 43 (17.19% from 255) = 14.01%

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

 BLUE value IS 194 (76.17% from 255) = 63.19%

R = 14.01%
G = 22.8%
B = 63.19%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2B46C2 (or 0x2B46C2) is known color: Cerulean Blue. HEX triplet: 2B, 46 and C2. RGB value is (43,70,194). Sum of RGB (Red+Green+Blue) = 43+70+194=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #2B46C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B46C2 is #D4B93D. Grayscale: #4B4B4B. Windows color (decimal): -13941054 or 12731947. OLE color: 12731947.

HSL color Cylindrical-coordinate representation of color #2B46C2: hue angle of 229.27º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B46C2 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 70 194 -
CMYK 0.78 0.64 0 0.24
HSL 229.27º 0.64% 0.46% -
HSV(B) 229.27º 0.78% 0.76% -
XYZ 12.92 8.79 52.05 -
YUV 76.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 43 70 194 0.78 0.64 0 0.24 229.27 0.64 0.46
Hex 2B 46 C2 4E 40 0 18 E5 40 2E
Octal 53 106 302 116 100 0 30 345 100 56
Binary 101011 1000110 11000010 1001110 1000000 0 11000 11100101 1000000 101110

Color Harmonies of #2B46C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B46C2

Black with #2B46C2

Text Example


Text Example

White with #2B46C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,70,194); }

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

background-color css

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

 a { background-color: rgb(43,70,194); }

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

border-color css

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

 span { border-color: rgb(43,70,194); }

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