Html Css Color HEX #2435B1 Persian Blue

📋 copy color: '#2435B1'

red 36 ◦ green 53 ◦ blue 177

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

Shades of Persian Blue #2435B1

Tints of Persian Blue #2435B1

RGB

 RED value IS 36 (14.45% from 255) = 13.53%

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

 BLUE value IS 177 (69.53% from 255) = 66.54%

R = 13.53%
G = 19.92%
B = 66.54%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2435B1 (or 0x2435B1) is known color: Persian Blue. HEX triplet: 24, 35 and B1. RGB value is (36,53,177). Sum of RGB (Red+Green+Blue) = 36+53+177=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 177 (69.53% from 255 or 66.54% from 266); Max value from RGB is 177 - color contains mainly: blue. Hex color #2435B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2435B1 is #DBCA4E. Grayscale: #3D3D3D. Windows color (decimal): -14404175 or 11613476. OLE color: 11613476.

HSL color Cylindrical-coordinate representation of color #2435B1: hue angle of 232.77º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2435B1 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 53 177 -
CMYK 0.80 0.70 0 0.31
HSL 232.77º 0.66% 0.42% -
HSV(B) 232.77º 0.8% 0.69% -
XYZ 9.94 6.1 42.25 -
YUV 62.05 192.87 109.42 -
System Red Green Blue C M Y K H S L
Decimal 36 53 177 0.80 0.70 0 0.31 232.77 0.66 0.42
Hex 24 35 B1 50 46 0 1F E9 42 2A
Octal 44 65 261 120 106 0 37 351 102 52
Binary 100100 110101 10110001 1010000 1000110 0 11111 11101001 1000010 101010

Color Harmonies of #2435B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2435B1

Black with #2435B1

Text Example


Text Example

White with #2435B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2435B1; }

 p { color: rgb(36,53,177); }

 H1.HeaderClassName
 {
   color: #2435B1;
 }
 .AnyTagClassName
 {
   color: #2435B1;
 }
</style>

background-color css

<style>
 a { background-color: #2435B1; }

 a { background-color: rgb(36,53,177); }

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

border-color css

<style>
 span { border-color: #2435B1; }

 span { border-color: rgb(36,53,177); }

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