Html Css Color HEX #2736C6 Persian Blue

📋 copy color: '#2736C6'

red 39 ◦ green 54 ◦ blue 198

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

Shades of Persian Blue #2736C6

Tints of Persian Blue #2736C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 68.04%

R = 13.4%
G = 18.56%
B = 68.04%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2736C6 (or 0x2736C6) is known color: Persian Blue. HEX triplet: 27, 36 and C6. RGB value is (39,54,198). Sum of RGB (Red+Green+Blue) = 39+54+198=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 198 (77.73% from 255 or 68.04% from 291); Max value from RGB is 198 - color contains mainly: blue. Hex color #2736C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2736C6 is #D8C939. Grayscale: #414141. Windows color (decimal): -14207290 or 12989991. OLE color: 12989991.

HSL color Cylindrical-coordinate representation of color #2736C6: hue angle of 234.34º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2736C6 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 54 198 -
CMYK 0.80 0.73 0 0.22
HSL 234.34º 0.67% 0.46% -
HSV(B) 234.34º 0.8% 0.78% -
XYZ 12.35 7.15 54.15 -
YUV 65.93 202.53 108.79 -
System Red Green Blue C M Y K H S L
Decimal 39 54 198 0.80 0.73 0 0.22 234.34 0.67 0.46
Hex 27 36 C6 50 49 0 16 EA 43 2E
Octal 47 66 306 120 111 0 26 352 103 56
Binary 100111 110110 11000110 1010000 1001001 0 10110 11101010 1000011 101110

Color Harmonies of #2736C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2736C6

Black with #2736C6

Text Example


Text Example

White with #2736C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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