Html Css Color HEX #729BC9 Picton Blue

📋 copy color: '#729BC9'

red 114 ◦ green 155 ◦ blue 201

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

Shades of Picton Blue #729BC9

Tints of Picton Blue #729BC9

RGB

 RED value IS 114 (44.92% from 255) = 24.26%

 GREEN value IS 155 (60.94% from 255) = 32.98%

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 24.26%
G = 32.98%
B = 42.77%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#729BC9 (or 0x729BC9) is known color: Picton Blue. HEX triplet: 72, 9B and C9. RGB value is (114,155,201). Sum of RGB (Red+Green+Blue) = 114+155+201=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #729BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BC9 is #8D6436. Grayscale: #939393. Windows color (decimal): -9266231 or 13212530. OLE color: 13212530.

HSL color Cylindrical-coordinate representation of color #729BC9: hue angle of 211.72º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #729BC9 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 155 201 -
CMYK 0.43 0.23 0 0.21
HSL 211.72º 0.45% 0.62% -
HSV(B) 211.72º 0.43% 0.79% -
XYZ 29.2 31.24 59.75 -
YUV 147.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 114 155 201 0.43 0.23 0 0.21 211.72 0.45 0.62
Hex 72 9B C9 2B 17 0 15 D4 2D 3E
Octal 162 233 311 53 27 0 25 324 55 76
Binary 1110010 10011011 11001001 101011 10111 0 10101 11010100 101101 111110

Color Harmonies of #729BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BC9

Black with #729BC9

Text Example


Text Example

White with #729BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729BC9; }

 p { color: rgb(114,155,201); }

 H1.HeaderClassName
 {
   color: #729BC9;
 }
 .AnyTagClassName
 {
   color: #729BC9;
 }
</style>

background-color css

<style>
 a { background-color: #729BC9; }

 a { background-color: rgb(114,155,201); }

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

border-color css

<style>
 span { border-color: #729BC9; }

 span { border-color: rgb(114,155,201); }

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