Html Css Color HEX #2938DD Persian Blue

📋 copy color: '#2938DD'

red 41 ◦ green 56 ◦ blue 221

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

Shades of Persian Blue #2938DD

Tints of Persian Blue #2938DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 12.89%
G = 17.61%
B = 69.5%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2938DD (or 0x2938DD) is known color: Persian Blue. HEX triplet: 29, 38 and DD. RGB value is (41,56,221). Sum of RGB (Red+Green+Blue) = 41+56+221=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #2938DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938DD is #D6C722. Grayscale: #454545. Windows color (decimal): -14075683 or 14497833. OLE color: 14497833.

HSL color Cylindrical-coordinate representation of color #2938DD: hue angle of 235º 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 #2938DD is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 56 221 -
CMYK 0.81 0.75 0 0.13
HSL 235º 0.73% 0.51% -
HSV(B) 235º 0.81% 0.87% -
XYZ 15.38 8.52 69.24 -
YUV 70.33 213.03 107.08 -
System Red Green Blue C M Y K H S L
Decimal 41 56 221 0.81 0.75 0 0.13 235 0.73 0.51
Hex 29 38 DD 51 4B 0 D EB 49 33
Octal 51 70 335 121 113 0 15 353 111 63
Binary 101001 111000 11011101 1010001 1001011 0 1101 11101011 1001001 110011

Color Harmonies of #2938DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2938DD

Black with #2938DD

Text Example


Text Example

White with #2938DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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