Html Css Color HEX #7299CB Picton Blue

📋 copy color: '#7299CB'

red 114 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #7299CB

Tints of Picton Blue #7299CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.55%

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

R = 24.26%
G = 32.55%
B = 43.19%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7299CB (or 0x7299CB) is known color: Picton Blue. HEX triplet: 72, 99 and CB. RGB value is (114,153,203). Sum of RGB (Red+Green+Blue) = 114+153+203=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #7299CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299CB is #8D6634. Grayscale: #929292. Windows color (decimal): -9266741 or 13343090. OLE color: 13343090.

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

Color convert

RGB 114 153 203 -
CMYK 0.44 0.25 0 0.20
HSL 213.71º 0.46% 0.62% -
HSV(B) 213.71º 0.44% 0.8% -
XYZ 29.11 30.67 60.89 -
YUV 147.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 114 153 203 0.44 0.25 0 0.20 213.71 0.46 0.62
Hex 72 99 CB 2C 19 0 14 D6 2E 3E
Octal 162 231 313 54 31 0 24 326 56 76
Binary 1110010 10011001 11001011 101100 11001 0 10100 11010110 101110 111110

Color Harmonies of #7299CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7299CB

Black with #7299CB

Text Example


Text Example

White with #7299CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7299CB; }

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

 H1.HeaderClassName
 {
   color: #7299CB;
 }
 .AnyTagClassName
 {
   color: #7299CB;
 }
</style>

background-color css

<style>
 a { background-color: #7299CB; }

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

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

border-color css

<style>
 span { border-color: #7299CB; }

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

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