Html Css Color HEX #729CCA Picton Blue

📋 copy color: '#729CCA'

red 114 ◦ green 156 ◦ blue 202

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

Shades of Picton Blue #729CCA

Tints of Picton Blue #729CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 24.15%
G = 33.05%
B = 42.8%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#729CCA (or 0x729CCA) is known color: Picton Blue. HEX triplet: 72, 9C and CA. RGB value is (114,156,202). Sum of RGB (Red+Green+Blue) = 114+156+202=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #729CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CCA is #8D6335. Grayscale: #949494. Windows color (decimal): -9265974 or 13278322. OLE color: 13278322.

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

Color convert

RGB 114 156 202 -
CMYK 0.44 0.23 0 0.21
HSL 211.36º 0.45% 0.62% -
HSV(B) 211.36º 0.44% 0.79% -
XYZ 29.49 31.62 60.43 -
YUV 148.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 114 156 202 0.44 0.23 0 0.21 211.36 0.45 0.62
Hex 72 9C CA 2C 17 0 15 D3 2D 3E
Octal 162 234 312 54 27 0 25 323 55 76
Binary 1110010 10011100 11001010 101100 10111 0 10101 11010011 101101 111110

Color Harmonies of #729CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CCA

Black with #729CCA

Text Example


Text Example

White with #729CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,156,202); }

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

background-color css

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

 a { background-color: rgb(114,156,202); }

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

border-color css

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

 span { border-color: rgb(114,156,202); }

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