Html Css Color HEX #2535DC Persian Blue

📋 copy color: '#2535DC'

red 37 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #2535DC

Tints of Persian Blue #2535DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 11.94%
G = 17.1%
B = 70.97%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2535DC (or 0x2535DC) is known color: Persian Blue. HEX triplet: 25, 35 and DC. RGB value is (37,53,220). Sum of RGB (Red+Green+Blue) = 37+53+220=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #2535DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2535DC is #DACA23. Grayscale: #424242. Windows color (decimal): -14338596 or 14431525. OLE color: 14431525.

HSL color Cylindrical-coordinate representation of color #2535DC: hue angle of 234.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2535DC is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 53 220 -
CMYK 0.83 0.76 0 0.14
HSL 234.75º 0.72% 0.5% -
HSV(B) 234.75º 0.83% 0.86% -
XYZ 14.95 8.11 68.49 -
YUV 67.25 214.2 106.42 -
System Red Green Blue C M Y K H S L
Decimal 37 53 220 0.83 0.76 0 0.14 234.75 0.72 0.5
Hex 25 35 DC 53 4C 0 E EB 48 32
Octal 45 65 334 123 114 0 16 353 110 62
Binary 100101 110101 11011100 1010011 1001100 0 1110 11101011 1001000 110010

Color Harmonies of #2535DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2535DC

Black with #2535DC

Text Example


Text Example

White with #2535DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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