#65A3CB

Color #65A3CB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #65A3CB

Tints of Picton Blue #65A3CB

Color information

#65A3CB (or 0x65A3CB) is unknown color: approx Picton Blue. HEX triplet: 65, A3 and CB. RGB value is (101,163,203). Sum of RGB (Red+Green+Blue) = 101+163+203=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #65A3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A3CB is #9A5C34. Grayscale: #949494. Windows color (decimal): -10116149 or 13345637. OLE color: 13345637.

HSL color Cylindrical-coordinate representation of color #65A3CB: hue angle of 203.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65A3CB is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101163203-
CMYK0.500.2000.20
HSL203.53º49.51%59.61%-
HSV(B)203.53º50.25%79.61%-
XYZ29.2433.2761.38-
YUV149.02158.4693.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.63%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=21.63%
G=34.90%
B=43.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011632030.500.2000.20203.5349.5159.61
Hex65A3CB3214014cc323c
Octal14524331362240243146274
Binary110010110100011110010111100101010001010011001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A3CB; }

 p { color: rgb(101,163,203); }

 H1.HeaderClassName
 {
   color: #65A3CB;
 }
 .AnyTagClassName
 {
   color: #65A3CB;
 }
</style>
background-color css

<style>
 a { background-color: #65A3CB; }

 a { background-color: rgb(101,163,203); }

 div.DivClassName
 {
   background-color: #65A3CB;
 }
 .BgClassName
 {
   background-color: #65A3CB;
 }
</style>
border-color css

<style>
 span { border-color: #65A3CB; }

 span { border-color: rgb(101,163,203); }

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