Html Css Color HEX #2337ED Persian Blue

📋 copy color: '#2337ED'

red 35 ◦ green 55 ◦ blue 237

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

Shades of Persian Blue #2337ED

Tints of Persian Blue #2337ED

RGB

 RED value IS 35 (14.06% from 255) = 10.7%

 GREEN value IS 55 (21.88% from 255) = 16.82%

 BLUE value IS 237 (92.97% from 255) = 72.48%

R = 10.7%
G = 16.82%
B = 72.48%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2337ED (or 0x2337ED) is known color: Persian Blue. HEX triplet: 23, 37 and ED. RGB value is (35,55,237). Sum of RGB (Red+Green+Blue) = 35+55+237=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #2337ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2337ED is #DCC812. Grayscale: #454545. Windows color (decimal): -14469139 or 15546147. OLE color: 15546147.

HSL color Cylindrical-coordinate representation of color #2337ED: hue angle of 234.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2337ED is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 55 237 -
CMYK 0.85 0.77 0 0.07
HSL 234.06º 0.85% 0.53% -
HSV(B) 234.06º 0.85% 0.93% -
XYZ 17.35 9.2 80.98 -
YUV 69.77 222.37 103.2 -
System Red Green Blue C M Y K H S L
Decimal 35 55 237 0.85 0.77 0 0.07 234.06 0.85 0.53
Hex 23 37 ED 55 4D 0 7 EA 55 35
Octal 43 67 355 125 115 0 7 352 125 65
Binary 100011 110111 11101101 1010101 1001101 0 111 11101010 1010101 110101

Color Harmonies of #2337ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2337ED

Black with #2337ED

Text Example


Text Example

White with #2337ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2337ED; }

 p { color: rgb(35,55,237); }

 H1.HeaderClassName
 {
   color: #2337ED;
 }
 .AnyTagClassName
 {
   color: #2337ED;
 }
</style>

background-color css

<style>
 a { background-color: #2337ED; }

 a { background-color: rgb(35,55,237); }

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

border-color css

<style>
 span { border-color: #2337ED; }

 span { border-color: rgb(35,55,237); }

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