Html Css Color HEX #2B48C1 Cerulean Blue

📋 copy color: '#2B48C1'

red 43 ◦ green 72 ◦ blue 193

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

Shades of Cerulean Blue #2B48C1

Tints of Cerulean Blue #2B48C1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 193 (75.78% from 255) = 62.66%

R = 13.96%
G = 23.38%
B = 62.66%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2B48C1 (or 0x2B48C1) is known color: Cerulean Blue. HEX triplet: 2B, 48 and C1. RGB value is (43,72,193). Sum of RGB (Red+Green+Blue) = 43+72+193=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B48C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B48C1 is #D4B73E. Grayscale: #4C4C4C. Windows color (decimal): -13940543 or 12666923. OLE color: 12666923.

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

Color convert

RGB 43 72 193 -
CMYK 0.78 0.63 0 0.24
HSL 228.4º 0.64% 0.46% -
HSV(B) 228.4º 0.78% 0.76% -
XYZ 12.94 9 51.51 -
YUV 77.12 193.39 103.66 -
System Red Green Blue C M Y K H S L
Decimal 43 72 193 0.78 0.63 0 0.24 228.4 0.64 0.46
Hex 2B 48 C1 4E 3F 0 18 E4 40 2E
Octal 53 110 301 116 77 0 30 344 100 56
Binary 101011 1001000 11000001 1001110 111111 0 11000 11100100 1000000 101110

Color Harmonies of #2B48C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B48C1

Black with #2B48C1

Text Example


Text Example

White with #2B48C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,193); }

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

background-color css

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

 a { background-color: rgb(43,72,193); }

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

border-color css

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

 span { border-color: rgb(43,72,193); }

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