Html Css Color HEX #2136EF Persian Blue

📋 copy color: '#2136EF'

red 33 ◦ green 54 ◦ blue 239

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

Shades of Persian Blue #2136EF

Tints of Persian Blue #2136EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.31%

R = 10.12%
G = 16.56%
B = 73.31%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2136EF (or 0x2136EF) is known color: Persian Blue. HEX triplet: 21, 36 and EF. RGB value is (33,54,239). Sum of RGB (Red+Green+Blue) = 33+54+239=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #2136EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2136EF is #DEC910. Grayscale: #444444. Windows color (decimal): -14600465 or 15676961. OLE color: 15676961.

HSL color Cylindrical-coordinate representation of color #2136EF: hue angle of 233.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2136EF is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 54 239 -
CMYK 0.86 0.77 0 0.06
HSL 233.88º 0.87% 0.53% -
HSV(B) 233.88º 0.86% 0.94% -
XYZ 17.53 9.19 82.51 -
YUV 68.81 224.04 102.46 -
System Red Green Blue C M Y K H S L
Decimal 33 54 239 0.86 0.77 0 0.06 233.88 0.87 0.53
Hex 21 36 EF 56 4D 0 6 EA 57 35
Octal 41 66 357 126 115 0 6 352 127 65
Binary 100001 110110 11101111 1010110 1001101 0 110 11101010 1010111 110101

Color Harmonies of #2136EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2136EF

Black with #2136EF

Text Example


Text Example

White with #2136EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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