Html Css Color HEX #2934DD Persian Blue

📋 copy color: '#2934DD'

red 41 ◦ green 52 ◦ blue 221

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

Shades of Persian Blue #2934DD

Tints of Persian Blue #2934DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 221 (86.72% from 255) = 70.38%

R = 13.06%
G = 16.56%
B = 70.38%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2934DD (or 0x2934DD) is known color: Persian Blue. HEX triplet: 29, 34 and DD. RGB value is (41,52,221). Sum of RGB (Red+Green+Blue) = 41+52+221=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #2934DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2934DD is #D6CB22. Grayscale: #434343. Windows color (decimal): -14076707 or 14496809. OLE color: 14496809.

HSL color Cylindrical-coordinate representation of color #2934DD: hue angle of 236.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2934DD is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 52 221 -
CMYK 0.81 0.76 0 0.13
HSL 236.33º 0.73% 0.51% -
HSV(B) 236.33º 0.81% 0.87% -
XYZ 15.19 8.15 69.18 -
YUV 67.98 214.36 108.76 -
System Red Green Blue C M Y K H S L
Decimal 41 52 221 0.81 0.76 0 0.13 236.33 0.73 0.51
Hex 29 34 DD 51 4C 0 D EC 49 33
Octal 51 64 335 121 114 0 15 354 111 63
Binary 101001 110100 11011101 1010001 1001100 0 1101 11101100 1001001 110011

Color Harmonies of #2934DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2934DD

Black with #2934DD

Text Example


Text Example

White with #2934DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2934DD; }

 p { color: rgb(41,52,221); }

 H1.HeaderClassName
 {
   color: #2934DD;
 }
 .AnyTagClassName
 {
   color: #2934DD;
 }
</style>

background-color css

<style>
 a { background-color: #2934DD; }

 a { background-color: rgb(41,52,221); }

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

border-color css

<style>
 span { border-color: #2934DD; }

 span { border-color: rgb(41,52,221); }

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