Html Css Color HEX #2935C6 Persian Blue

📋 copy color: '#2935C6'

red 41 ◦ green 53 ◦ blue 198

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

Shades of Persian Blue #2935C6

Tints of Persian Blue #2935C6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

 BLUE value IS 198 (77.73% from 255) = 67.81%

R = 14.04%
G = 18.15%
B = 67.81%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2935C6 (or 0x2935C6) is known color: Persian Blue. HEX triplet: 29, 35 and C6. RGB value is (41,53,198). Sum of RGB (Red+Green+Blue) = 41+53+198=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #2935C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2935C6 is #D6CA39. Grayscale: #414141. Windows color (decimal): -14076474 or 12989737. OLE color: 12989737.

HSL color Cylindrical-coordinate representation of color #2935C6: hue angle of 235.41º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2935C6 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 53 198 -
CMYK 0.79 0.73 0 0.22
HSL 235.41º 0.66% 0.47% -
HSV(B) 235.41º 0.79% 0.78% -
XYZ 12.38 7.09 54.14 -
YUV 65.94 202.52 110.21 -
System Red Green Blue C M Y K H S L
Decimal 41 53 198 0.79 0.73 0 0.22 235.41 0.66 0.47
Hex 29 35 C6 4F 49 0 16 EB 42 2F
Octal 51 65 306 117 111 0 26 353 102 57
Binary 101001 110101 11000110 1001111 1001001 0 10110 11101011 1000010 101111

Color Harmonies of #2935C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2935C6

Black with #2935C6

Text Example


Text Example

White with #2935C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2935C6; }

 p { color: rgb(41,53,198); }

 H1.HeaderClassName
 {
   color: #2935C6;
 }
 .AnyTagClassName
 {
   color: #2935C6;
 }
</style>

background-color css

<style>
 a { background-color: #2935C6; }

 a { background-color: rgb(41,53,198); }

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

border-color css

<style>
 span { border-color: #2935C6; }

 span { border-color: rgb(41,53,198); }

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