Html Css Color HEX #2B52BE Cerulean Blue

📋 copy color: '#2B52BE'

red 43 ◦ green 82 ◦ blue 190

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

Shades of Cerulean Blue #2B52BE

Tints of Cerulean Blue #2B52BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

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

R = 13.65%
G = 26.03%
B = 60.32%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B52BE (or 0x2B52BE) is known color: Cerulean Blue. HEX triplet: 2B, 52 and BE. RGB value is (43,82,190). Sum of RGB (Red+Green+Blue) = 43+82+190=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B52BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B52BE is #D4AD41. Grayscale: #525252. Windows color (decimal): -13937986 or 12472875. OLE color: 12472875.

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

Color convert

RGB 43 82 190 -
CMYK 0.77 0.57 0 0.25
HSL 224.08º 0.63% 0.46% -
HSV(B) 224.08º 0.77% 0.75% -
XYZ 13.31 10.27 50 -
YUV 82.65 188.58 99.72 -
System Red Green Blue C M Y K H S L
Decimal 43 82 190 0.77 0.57 0 0.25 224.08 0.63 0.46
Hex 2B 52 BE 4D 39 0 19 E0 3F 2E
Octal 53 122 276 115 71 0 31 340 77 56
Binary 101011 1010010 10111110 1001101 111001 0 11001 11100000 111111 101110

Color Harmonies of #2B52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B52BE

Black with #2B52BE

Text Example


Text Example

White with #2B52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,82,190); }

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

background-color css

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

 a { background-color: rgb(43,82,190); }

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

border-color css

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

 span { border-color: rgb(43,82,190); }

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