Html Css Color HEX #2935CB Persian Blue

📋 copy color: '#2935CB'

red 41 ◦ green 53 ◦ blue 203

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

Shades of Persian Blue #2935CB

Tints of Persian Blue #2935CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 13.8%
G = 17.85%
B = 68.35%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2935CB (or 0x2935CB) is known color: Persian Blue. HEX triplet: 29, 35 and CB. RGB value is (41,53,203). Sum of RGB (Red+Green+Blue) = 41+53+203=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #2935CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2935CB is #D6CA34. Grayscale: #414141. Windows color (decimal): -14076469 or 13317417. OLE color: 13317417.

HSL color Cylindrical-coordinate representation of color #2935CB: hue angle of 235.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2935CB is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 53 203 -
CMYK 0.80 0.74 0 0.20
HSL 235.56º 0.66% 0.48% -
HSV(B) 235.56º 0.8% 0.8% -
XYZ 12.97 7.33 57.23 -
YUV 66.51 205.02 109.8 -
System Red Green Blue C M Y K H S L
Decimal 41 53 203 0.80 0.74 0 0.20 235.56 0.66 0.48
Hex 29 35 CB 50 4A 0 14 EC 42 30
Octal 51 65 313 120 112 0 24 354 102 60
Binary 101001 110101 11001011 1010000 1001010 0 10100 11101100 1000010 110000

Color Harmonies of #2935CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2935CB

Black with #2935CB

Text Example


Text Example

White with #2935CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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