Html Css Color HEX #2233EE Persian Blue

📋 copy color: '#2233EE'

red 34 ◦ green 51 ◦ blue 238

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

Shades of Persian Blue #2233EE

Tints of Persian Blue #2233EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

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

R = 10.53%
G = 15.79%
B = 73.68%

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

#2233EE (or 0x2233EE) is known color: Persian Blue. HEX triplet: 22, 33 and EE. RGB value is (34,51,238). Sum of RGB (Red+Green+Blue) = 34+51+238=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #2233EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2233EE is #DDCC11. Grayscale: #424242. Windows color (decimal): -14535698 or 15610658. OLE color: 15610658.

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

Color convert

RGB 34 51 238 -
CMYK 0.86 0.79 0 0.07
HSL 235º 0.86% 0.53% -
HSV(B) 235º 0.86% 0.93% -
XYZ 17.28 8.88 81.69 -
YUV 67.24 224.37 104.29 -
System Red Green Blue C M Y K H S L
Decimal 34 51 238 0.86 0.79 0 0.07 235 0.86 0.53
Hex 22 33 EE 56 4F 0 7 EB 56 35
Octal 42 63 356 126 117 0 7 353 126 65
Binary 100010 110011 11101110 1010110 1001111 0 111 11101011 1010110 110101

Color Harmonies of #2233EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2233EE

Black with #2233EE

Text Example


Text Example

White with #2233EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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