Html Css Color HEX #729BCA Picton Blue

📋 copy color: '#729BCA'

red 114 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #729BCA

Tints of Picton Blue #729BCA

RGB

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

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

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

R = 24.2%
G = 32.91%
B = 42.89%

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

#729BCA (or 0x729BCA) is known color: Picton Blue. HEX triplet: 72, 9B and CA. RGB value is (114,155,202). Sum of RGB (Red+Green+Blue) = 114+155+202=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #729BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BCA is #8D6435. Grayscale: #939393. Windows color (decimal): -9266230 or 13278066. OLE color: 13278066.

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

Color convert

RGB 114 155 202 -
CMYK 0.44 0.23 0 0.21
HSL 212.05º 0.45% 0.62% -
HSV(B) 212.05º 0.44% 0.79% -
XYZ 29.32 31.28 60.37 -
YUV 148.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 114 155 202 0.44 0.23 0 0.21 212.05 0.45 0.62
Hex 72 9B CA 2C 17 0 15 D4 2D 3E
Octal 162 233 312 54 27 0 25 324 55 76
Binary 1110010 10011011 11001010 101100 10111 0 10101 11010100 101101 111110

Color Harmonies of #729BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BCA

Black with #729BCA

Text Example


Text Example

White with #729BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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