Html Css Color HEX #729ACB Picton Blue

📋 copy color: '#729ACB'

red 114 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #729ACB

Tints of Picton Blue #729ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 24.2%
G = 32.7%
B = 43.1%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#729ACB (or 0x729ACB) is known color: Picton Blue. HEX triplet: 72, 9A and CB. RGB value is (114,154,203). Sum of RGB (Red+Green+Blue) = 114+154+203=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #729ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ACB is #8D6534. Grayscale: #939393. Windows color (decimal): -9266485 or 13343346. OLE color: 13343346.

HSL color Cylindrical-coordinate representation of color #729ACB: hue angle of 213.03º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729ACB is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 154 203 -
CMYK 0.44 0.24 0 0.20
HSL 213.03º 0.46% 0.62% -
HSV(B) 213.03º 0.44% 0.8% -
XYZ 29.27 31 60.94 -
YUV 147.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 114 154 203 0.44 0.24 0 0.20 213.03 0.46 0.62
Hex 72 9A CB 2C 18 0 14 D5 2E 3E
Octal 162 232 313 54 30 0 24 325 56 76
Binary 1110010 10011010 11001011 101100 11000 0 10100 11010101 101110 111110

Color Harmonies of #729ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ACB

Black with #729ACB

Text Example


Text Example

White with #729ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,154,203); }

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

background-color css

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

 a { background-color: rgb(114,154,203); }

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

border-color css

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

 span { border-color: rgb(114,154,203); }

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