Html Css Color HEX #2538EA Persian Blue

📋 copy color: '#2538EA'

red 37 ◦ green 56 ◦ blue 234

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

Shades of Persian Blue #2538EA

Tints of Persian Blue #2538EA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

 BLUE value IS 234 (91.8% from 255) = 71.56%

R = 11.31%
G = 17.13%
B = 71.56%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2538EA (or 0x2538EA) is known color: Persian Blue. HEX triplet: 25, 38 and EA. RGB value is (37,56,234). Sum of RGB (Red+Green+Blue) = 37+56+234=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #2538EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2538EA is #DAC715. Grayscale: #454545. Windows color (decimal): -14337814 or 15349797. OLE color: 15349797.

HSL color Cylindrical-coordinate representation of color #2538EA: hue angle of 234.21º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2538EA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 56 234 -
CMYK 0.84 0.76 0 0.08
HSL 234.21º 0.82% 0.53% -
HSV(B) 234.21º 0.84% 0.92% -
XYZ 17.03 9.16 78.71 -
YUV 70.61 220.21 104.03 -
System Red Green Blue C M Y K H S L
Decimal 37 56 234 0.84 0.76 0 0.08 234.21 0.82 0.53
Hex 25 38 EA 54 4C 0 8 EA 52 35
Octal 45 70 352 124 114 0 10 352 122 65
Binary 100101 111000 11101010 1010100 1001100 0 1000 11101010 1010010 110101

Color Harmonies of #2538EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2538EA

Black with #2538EA

Text Example


Text Example

White with #2538EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2538EA; }

 p { color: rgb(37,56,234); }

 H1.HeaderClassName
 {
   color: #2538EA;
 }
 .AnyTagClassName
 {
   color: #2538EA;
 }
</style>

background-color css

<style>
 a { background-color: #2538EA; }

 a { background-color: rgb(37,56,234); }

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

border-color css

<style>
 span { border-color: #2538EA; }

 span { border-color: rgb(37,56,234); }

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