Html Css Color HEX #2938DB Persian Blue

📋 copy color: '#2938DB'

red 41 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #2938DB

Tints of Persian Blue #2938DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 12.97%
G = 17.72%
B = 69.3%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2938DB (or 0x2938DB) is known color: Persian Blue. HEX triplet: 29, 38 and DB. RGB value is (41,56,219). Sum of RGB (Red+Green+Blue) = 41+56+219=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #2938DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938DB is #D6C724. Grayscale: #454545. Windows color (decimal): -14075685 or 14366761. OLE color: 14366761.

HSL color Cylindrical-coordinate representation of color #2938DB: hue angle of 234.94º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2938DB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 56 219 -
CMYK 0.81 0.74 0 0.14
HSL 234.94º 0.71% 0.51% -
HSV(B) 234.94º 0.81% 0.86% -
XYZ 15.11 8.41 67.85 -
YUV 70.1 212.03 107.25 -
System Red Green Blue C M Y K H S L
Decimal 41 56 219 0.81 0.74 0 0.14 234.94 0.71 0.51
Hex 29 38 DB 51 4A 0 E EB 47 33
Octal 51 70 333 121 112 0 16 353 107 63
Binary 101001 111000 11011011 1010001 1001010 0 1110 11101011 1000111 110011

Color Harmonies of #2938DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2938DB

Black with #2938DB

Text Example


Text Example

White with #2938DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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