Html Css Color HEX #2852D3 Cerulean Blue

📋 copy color: '#2852D3'

red 40 ◦ green 82 ◦ blue 211

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

Shades of Cerulean Blue #2852D3

Tints of Cerulean Blue #2852D3

RGB

 RED value IS 40 (16.02% from 255) = 12.01%

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

 BLUE value IS 211 (82.81% from 255) = 63.36%

R = 12.01%
G = 24.62%
B = 63.36%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2852D3 (or 0x2852D3) is known color: Cerulean Blue. HEX triplet: 28, 52 and D3. RGB value is (40,82,211). Sum of RGB (Red+Green+Blue) = 40+82+211=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 211 (82.81% from 255 or 63.36% from 333); Max value from RGB is 211 - color contains mainly: blue. Hex color #2852D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852D3 is #D7AD2C. Grayscale: #535353. Windows color (decimal): -14134573 or 13849128. OLE color: 13849128.

HSL color Cylindrical-coordinate representation of color #2852D3: hue angle of 225.26º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2852D3 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 40 82 211 -
CMYK 0.81 0.61 0 0.17
HSL 225.26º 0.68% 0.49% -
HSV(B) 225.26º 0.81% 0.83% -
XYZ 15.65 11.19 62.96 -
YUV 84.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 40 82 211 0.81 0.61 0 0.17 225.26 0.68 0.49
Hex 28 52 D3 51 3D 0 11 E1 44 31
Octal 50 122 323 121 75 0 21 341 104 61
Binary 101000 1010010 11010011 1010001 111101 0 10001 11100001 1000100 110001

Color Harmonies of #2852D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852D3

Black with #2852D3

Text Example


Text Example

White with #2852D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2852D3; }

 p { color: rgb(40,82,211); }

 H1.HeaderClassName
 {
   color: #2852D3;
 }
 .AnyTagClassName
 {
   color: #2852D3;
 }
</style>

background-color css

<style>
 a { background-color: #2852D3; }

 a { background-color: rgb(40,82,211); }

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

border-color css

<style>
 span { border-color: #2852D3; }

 span { border-color: rgb(40,82,211); }

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