Html Css Color HEX #2938C0 Persian Blue

📋 copy color: '#2938C0'

red 41 ◦ green 56 ◦ blue 192

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

Shades of Persian Blue #2938C0

Tints of Persian Blue #2938C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.44%

R = 14.19%
G = 19.38%
B = 66.44%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2938C0 (or 0x2938C0) is known color: Persian Blue. HEX triplet: 29, 38 and C0. RGB value is (41,56,192). Sum of RGB (Red+Green+Blue) = 41+56+192=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 192 (75.39% from 255 or 66.44% from 289); Max value from RGB is 192 - color contains mainly: blue. Hex color #2938C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938C0 is #D6C73F. Grayscale: #424242. Windows color (decimal): -14075712 or 12597289. OLE color: 12597289.

HSL color Cylindrical-coordinate representation of color #2938C0: hue angle of 234.04º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2938C0 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 56 192 -
CMYK 0.79 0.71 0 0.25
HSL 234.04º 0.65% 0.46% -
HSV(B) 234.04º 0.79% 0.75% -
XYZ 11.84 7.11 50.62 -
YUV 67.02 198.53 109.44 -
System Red Green Blue C M Y K H S L
Decimal 41 56 192 0.79 0.71 0 0.25 234.04 0.65 0.46
Hex 29 38 C0 4F 47 0 19 EA 41 2E
Octal 51 70 300 117 107 0 31 352 101 56
Binary 101001 111000 11000000 1001111 1000111 0 11001 11101010 1000001 101110

Color Harmonies of #2938C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2938C0

Black with #2938C0

Text Example


Text Example

White with #2938C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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