Html Css Color HEX #2136B4 Persian Blue

📋 copy color: '#2136B4'

red 33 ◦ green 54 ◦ blue 180

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

Shades of Persian Blue #2136B4

Tints of Persian Blue #2136B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 67.42%

R = 12.36%
G = 20.22%
B = 67.42%

CMYK

 C value IS 0.82

 M value IS 0.7

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2136B4 (or 0x2136B4) is known color: Persian Blue. HEX triplet: 21, 36 and B4. RGB value is (33,54,180). Sum of RGB (Red+Green+Blue) = 33+54+180=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 180 (70.70% from 255 or 67.42% from 267); Max value from RGB is 180 - color contains mainly: blue. Hex color #2136B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136B4 is #DEC94B. Grayscale: #3D3D3D. Windows color (decimal): -14600524 or 11810337. OLE color: 11810337.

HSL color Cylindrical-coordinate representation of color #2136B4: hue angle of 231.43º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2136B4 is Cyan = 0.82, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 54 180 -
CMYK 0.82 0.7 0 0.29
HSL 231.43º 0.69% 0.42% -
HSV(B) 231.43º 0.82% 0.71% -
XYZ 10.18 6.26 43.85 -
YUV 62.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 33 54 180 0.82 0.7 0 0.29 231.43 0.69 0.42
Hex 21 36 B4 52 46 0 1D E7 45 2A
Octal 41 66 264 122 106 0 35 347 105 52
Binary 100001 110110 10110100 1010010 1000110 0 11101 11100111 1000101 101010

Color Harmonies of #2136B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2136B4

Black with #2136B4

Text Example


Text Example

White with #2136B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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