Html Css Color HEX #2238ED Persian Blue

📋 copy color: '#2238ED'

red 34 ◦ green 56 ◦ blue 237

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

Shades of Persian Blue #2238ED

Tints of Persian Blue #2238ED

RGB

 RED value IS 34 (13.67% from 255) = 10.4%

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

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

R = 10.4%
G = 17.13%
B = 72.48%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2238ED (or 0x2238ED) is known color: Persian Blue. HEX triplet: 22, 38 and ED. RGB value is (34,56,237). Sum of RGB (Red+Green+Blue) = 34+56+237=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 56 (22.27% from 255 or 17.13% 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 #2238ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2238ED is #DDC712. Grayscale: #454545. Windows color (decimal): -14534419 or 15546402. OLE color: 15546402.

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

Color convert

RGB 34 56 237 -
CMYK 0.86 0.76 0 0.07
HSL 233.5º 0.85% 0.53% -
HSV(B) 233.5º 0.86% 0.93% -
XYZ 17.36 9.28 81 -
YUV 70.06 222.21 102.28 -
System Red Green Blue C M Y K H S L
Decimal 34 56 237 0.86 0.76 0 0.07 233.5 0.85 0.53
Hex 22 38 ED 56 4C 0 7 E9 55 35
Octal 42 70 355 126 114 0 7 351 125 65
Binary 100010 111000 11101101 1010110 1001100 0 111 11101001 1010101 110101

Color Harmonies of #2238ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2238ED

Black with #2238ED

Text Example


Text Example

White with #2238ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,56,237); }

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

background-color css

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

 a { background-color: rgb(34,56,237); }

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

border-color css

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

 span { border-color: rgb(34,56,237); }

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