Html Css Color HEX #2231EE Persian Blue

📋 copy color: '#2231EE'

red 34 ◦ green 49 ◦ blue 238

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

Shades of Persian Blue #2231EE

Tints of Persian Blue #2231EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

 BLUE value IS 238 (93.36% from 255) = 74.14%

R = 10.59%
G = 15.26%
B = 74.14%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2231EE (or 0x2231EE) is known color: Persian Blue. HEX triplet: 22, 31 and EE. RGB value is (34,49,238). Sum of RGB (Red+Green+Blue) = 34+49+238=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #2231EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2231EE is #DDCE11. Grayscale: #414141. Windows color (decimal): -14536210 or 15610146. OLE color: 15610146.

HSL color Cylindrical-coordinate representation of color #2231EE: hue angle of 235.59º degrees, saturation: 0.86, 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 #2231EE is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 49 238 -
CMYK 0.86 0.79 0 0.07
HSL 235.59º 0.86% 0.53% -
HSV(B) 235.59º 0.86% 0.93% -
XYZ 17.19 8.71 81.66 -
YUV 66.06 225.03 105.13 -
System Red Green Blue C M Y K H S L
Decimal 34 49 238 0.86 0.79 0 0.07 235.59 0.86 0.53
Hex 22 31 EE 56 4F 0 7 EC 56 35
Octal 42 61 356 126 117 0 7 354 126 65
Binary 100010 110001 11101110 1010110 1001111 0 111 11101100 1010110 110101

Color Harmonies of #2231EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2231EE

Black with #2231EE

Text Example


Text Example

White with #2231EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2231EE; }

 p { color: rgb(34,49,238); }

 H1.HeaderClassName
 {
   color: #2231EE;
 }
 .AnyTagClassName
 {
   color: #2231EE;
 }
</style>

background-color css

<style>
 a { background-color: #2231EE; }

 a { background-color: rgb(34,49,238); }

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

border-color css

<style>
 span { border-color: #2231EE; }

 span { border-color: rgb(34,49,238); }

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