Html Css Color HEX #729DCB Picton Blue

📋 copy color: '#729DCB'

red 114 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #729DCB

Tints of Picton Blue #729DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.12%

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

R = 24.05%
G = 33.12%
B = 42.83%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#729DCB (or 0x729DCB) is known color: Picton Blue. HEX triplet: 72, 9D and CB. RGB value is (114,157,203). Sum of RGB (Red+Green+Blue) = 114+157+203=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #729DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DCB is #8D6234. Grayscale: #959595. Windows color (decimal): -9265717 or 13344114. OLE color: 13344114.

HSL color Cylindrical-coordinate representation of color #729DCB: hue angle of 211.01º 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 #729DCB is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 157 203 -
CMYK 0.44 0.23 0 0.20
HSL 211.01º 0.46% 0.62% -
HSV(B) 211.01º 0.44% 0.8% -
XYZ 29.78 32 61.11 -
YUV 149.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 114 157 203 0.44 0.23 0 0.20 211.01 0.46 0.62
Hex 72 9D CB 2C 17 0 14 D3 2E 3E
Octal 162 235 313 54 27 0 24 323 56 76
Binary 1110010 10011101 11001011 101100 10111 0 10100 11010011 101110 111110

Color Harmonies of #729DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DCB

Black with #729DCB

Text Example


Text Example

White with #729DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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