Html Css Color HEX #2952EA Royal Blue

📋 copy color: '#2952EA'

red 41 ◦ green 82 ◦ blue 234

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

Shades of Royal Blue #2952EA

Tints of Royal Blue #2952EA

RGB

 RED value IS 41 (16.41% from 255) = 11.48%

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

 BLUE value IS 234 (91.8% from 255) = 65.55%

R = 11.48%
G = 22.97%
B = 65.55%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2952EA (or 0x2952EA) is known color: Royal Blue. HEX triplet: 29, 52 and EA. RGB value is (41,82,234). Sum of RGB (Red+Green+Blue) = 41+82+234=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #2952EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2952EA is #D6AD15. Grayscale: #565656. Windows color (decimal): -14069014 or 15356457. OLE color: 15356457.

HSL color Cylindrical-coordinate representation of color #2952EA: hue angle of 227.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2952EA is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 82 234 -
CMYK 0.82 0.65 0 0.08
HSL 227.25º 0.82% 0.54% -
HSV(B) 227.25º 0.82% 0.92% -
XYZ 18.78 12.45 79.25 -
YUV 87.07 210.92 95.14 -
System Red Green Blue C M Y K H S L
Decimal 41 82 234 0.82 0.65 0 0.08 227.25 0.82 0.54
Hex 29 52 EA 52 41 0 8 E3 52 36
Octal 51 122 352 122 101 0 10 343 122 66
Binary 101001 1010010 11101010 1010010 1000001 0 1000 11100011 1010010 110110

Color Harmonies of #2952EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2952EA

Black with #2952EA

Text Example


Text Example

White with #2952EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2952EA; }

 p { color: rgb(41,82,234); }

 H1.HeaderClassName
 {
   color: #2952EA;
 }
 .AnyTagClassName
 {
   color: #2952EA;
 }
</style>

background-color css

<style>
 a { background-color: #2952EA; }

 a { background-color: rgb(41,82,234); }

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

border-color css

<style>
 span { border-color: #2952EA; }

 span { border-color: rgb(41,82,234); }

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