Html Css Color HEX #2136EE Persian Blue

📋 copy color: '#2136EE'

red 33 ◦ green 54 ◦ blue 238

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

Shades of Persian Blue #2136EE

Tints of Persian Blue #2136EE

RGB

 RED value IS 33 (13.28% from 255) = 10.15%

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 10.15%
G = 16.62%
B = 73.23%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2136EE (or 0x2136EE) is known color: Persian Blue. HEX triplet: 21, 36 and EE. RGB value is (33,54,238). Sum of RGB (Red+Green+Blue) = 33+54+238=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #2136EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2136EE is #DEC911. Grayscale: #434343. Windows color (decimal): -14600466 or 15611425. OLE color: 15611425.

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

Color convert

RGB 33 54 238 -
CMYK 0.86 0.77 0 0.07
HSL 233.85º 0.86% 0.53% -
HSV(B) 233.85º 0.86% 0.93% -
XYZ 17.38 9.13 81.74 -
YUV 68.7 223.54 102.54 -
System Red Green Blue C M Y K H S L
Decimal 33 54 238 0.86 0.77 0 0.07 233.85 0.86 0.53
Hex 21 36 EE 56 4D 0 7 EA 56 35
Octal 41 66 356 126 115 0 7 352 126 65
Binary 100001 110110 11101110 1010110 1001101 0 111 11101010 1010110 110101

Color Harmonies of #2136EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2136EE

Black with #2136EE

Text Example


Text Example

White with #2136EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,54,238); }

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

background-color css

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

 a { background-color: rgb(33,54,238); }

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

border-color css

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

 span { border-color: rgb(33,54,238); }

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