Html Css Color HEX #2535C1 Persian Blue

📋 copy color: '#2535C1'

red 37 ◦ green 53 ◦ blue 193

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

Shades of Persian Blue #2535C1

Tints of Persian Blue #2535C1

RGB

 RED value IS 37 (14.84% from 255) = 13.07%

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

 BLUE value IS 193 (75.78% from 255) = 68.2%

R = 13.07%
G = 18.73%
B = 68.2%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2535C1 (or 0x2535C1) is known color: Persian Blue. HEX triplet: 25, 35 and C1. RGB value is (37,53,193). Sum of RGB (Red+Green+Blue) = 37+53+193=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #2535C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2535C1 is #DACA3E. Grayscale: #3F3F3F. Windows color (decimal): -14338623 or 12662053. OLE color: 12662053.

HSL color Cylindrical-coordinate representation of color #2535C1: hue angle of 233.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2535C1 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 53 193 -
CMYK 0.81 0.73 0 0.24
HSL 233.85º 0.68% 0.45% -
HSV(B) 233.85º 0.81% 0.76% -
XYZ 11.66 6.79 51.15 -
YUV 64.18 200.7 108.62 -
System Red Green Blue C M Y K H S L
Decimal 37 53 193 0.81 0.73 0 0.24 233.85 0.68 0.45
Hex 25 35 C1 51 49 0 18 EA 44 2D
Octal 45 65 301 121 111 0 30 352 104 55
Binary 100101 110101 11000001 1010001 1001001 0 11000 11101010 1000100 101101

Color Harmonies of #2535C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2535C1

Black with #2535C1

Text Example


Text Example

White with #2535C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2535C1; }

 p { color: rgb(37,53,193); }

 H1.HeaderClassName
 {
   color: #2535C1;
 }
 .AnyTagClassName
 {
   color: #2535C1;
 }
</style>

background-color css

<style>
 a { background-color: #2535C1; }

 a { background-color: rgb(37,53,193); }

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

border-color css

<style>
 span { border-color: #2535C1; }

 span { border-color: rgb(37,53,193); }

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