#2238E4

Color #2238E4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2238E4

Tints of Persian Blue #2238E4

Color information

#2238E4 (or 0x2238E4) is unknown color: approx Persian Blue. HEX triplet: 22, 38 and E4. RGB value is (34,56,228). Sum of RGB (Red+Green+Blue) = 34+56+228=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 228 (89.45% from 255 or 71.70% from 318); Max value from RGB is 228 - color contains mainly: blue. Hex color #2238E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2238E4 is #DDC71B. Grayscale: #444444. Windows color (decimal): -14534428 or 14956578. OLE color: 14956578.

HSL color Cylindrical-coordinate representation of color #2238E4: hue angle of 233.2º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2238E4 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3456228-
CMYK0.850.7500.11
HSL233.2º78.23%51.37%-
HSV(B)233.2º85.09%89.41%-
XYZ16.088.7774.24-
YUV69.03217.71103.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.69%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 228 (89.45% from 255) = 71.70%
R=10.69%
G=17.61%
B=71.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal34562280.850.7500.11233.278.2351.37
Hex2238E4554B0Be94e33
Octal427034412511301335111663
Binary100010111000111001001010101100101101011111010011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2238E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2238E4;
 }
 .AnyTagClassName
 {
   color: #2238E4;
 }
</style>
background-color css

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

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

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

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

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

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