Html Css Color HEX #729BCB Picton Blue

📋 copy color: '#729BCB'

red 114 ◦ green 155 ◦ blue 203

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

Shades of Picton Blue #729BCB

Tints of Picton Blue #729BCB

RGB

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

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

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

R = 24.15%
G = 32.84%
B = 43.01%

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

#729BCB (or 0x729BCB) is known color: Picton Blue. HEX triplet: 72, 9B and CB. RGB value is (114,155,203). Sum of RGB (Red+Green+Blue) = 114+155+203=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #729BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BCB is #8D6434. Grayscale: #939393. Windows color (decimal): -9266229 or 13343602. OLE color: 13343602.

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

Color convert

RGB 114 155 203 -
CMYK 0.44 0.24 0 0.20
HSL 212.36º 0.46% 0.62% -
HSV(B) 212.36º 0.44% 0.8% -
XYZ 29.44 31.33 61 -
YUV 148.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 114 155 203 0.44 0.24 0 0.20 212.36 0.46 0.62
Hex 72 9B CB 2C 18 0 14 D4 2E 3E
Octal 162 233 313 54 30 0 24 324 56 76
Binary 1110010 10011011 11001011 101100 11000 0 10100 11010100 101110 111110

Color Harmonies of #729BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BCB

Black with #729BCB

Text Example


Text Example

White with #729BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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