Html Css Color HEX #2529E6 Persian Blue

📋 copy color: '#2529E6'

red 37 ◦ green 41 ◦ blue 230

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

Shades of Persian Blue #2529E6

Tints of Persian Blue #2529E6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 230 (90.23% from 255) = 74.68%

R = 12.01%
G = 13.31%
B = 74.68%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2529E6 (or 0x2529E6) is known color: Persian Blue. HEX triplet: 25, 29 and E6. RGB value is (37,41,230). Sum of RGB (Red+Green+Blue) = 37+41+230=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 230 (90.23% from 255 or 74.68% from 308); Max value from RGB is 230 - color contains mainly: blue. Hex color #2529E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529E6 is #DAD619. Grayscale: #3C3C3C. Windows color (decimal): -14341658 or 15083813. OLE color: 15083813.

HSL color Cylindrical-coordinate representation of color #2529E6: hue angle of 238.76º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2529E6 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 41 230 -
CMYK 0.84 0.82 0 0.10
HSL 238.76º 0.79% 0.52% -
HSV(B) 238.76º 0.84% 0.9% -
XYZ 15.84 7.69 75.51 -
YUV 61.35 223.17 110.63 -
System Red Green Blue C M Y K H S L
Decimal 37 41 230 0.84 0.82 0 0.10 238.76 0.79 0.52
Hex 25 29 E6 54 52 0 A EF 4F 34
Octal 45 51 346 124 122 0 12 357 117 64
Binary 100101 101001 11100110 1010100 1010010 0 1010 11101111 1001111 110100

Color Harmonies of #2529E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529E6

Black with #2529E6

Text Example


Text Example

White with #2529E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2529E6; }

 p { color: rgb(37,41,230); }

 H1.HeaderClassName
 {
   color: #2529E6;
 }
 .AnyTagClassName
 {
   color: #2529E6;
 }
</style>

background-color css

<style>
 a { background-color: #2529E6; }

 a { background-color: rgb(37,41,230); }

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

border-color css

<style>
 span { border-color: #2529E6; }

 span { border-color: rgb(37,41,230); }

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