Html Css Color HEX #2736BD Persian Blue

📋 copy color: '#2736BD'

red 39 ◦ green 54 ◦ blue 189

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

Shades of Persian Blue #2736BD

Tints of Persian Blue #2736BD

RGB

 RED value IS 39 (15.63% from 255) = 13.83%

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

 BLUE value IS 189 (74.22% from 255) = 67.02%

R = 13.83%
G = 19.15%
B = 67.02%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2736BD (or 0x2736BD) is known color: Persian Blue. HEX triplet: 27, 36 and BD. RGB value is (39,54,189). Sum of RGB (Red+Green+Blue) = 39+54+189=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #2736BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2736BD is #D8C942. Grayscale: #404040. Windows color (decimal): -14207299 or 12400167. OLE color: 12400167.

HSL color Cylindrical-coordinate representation of color #2736BD: hue angle of 234º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2736BD is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 54 189 -
CMYK 0.79 0.71 0 0.26
HSL 234º 0.66% 0.45% -
HSV(B) 234º 0.79% 0.74% -
XYZ 11.34 6.74 48.85 -
YUV 64.91 198.03 109.52 -
System Red Green Blue C M Y K H S L
Decimal 39 54 189 0.79 0.71 0 0.26 234 0.66 0.45
Hex 27 36 BD 4F 47 0 1A EA 42 2D
Octal 47 66 275 117 107 0 32 352 102 55
Binary 100111 110110 10111101 1001111 1000111 0 11010 11101010 1000010 101101

Color Harmonies of #2736BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2736BD

Black with #2736BD

Text Example


Text Example

White with #2736BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2736BD; }

 p { color: rgb(39,54,189); }

 H1.HeaderClassName
 {
   color: #2736BD;
 }
 .AnyTagClassName
 {
   color: #2736BD;
 }
</style>

background-color css

<style>
 a { background-color: #2736BD; }

 a { background-color: rgb(39,54,189); }

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

border-color css

<style>
 span { border-color: #2736BD; }

 span { border-color: rgb(39,54,189); }

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