#2F6465

Color #2F6465 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #2F6465

Tints of Oracle #2F6465

Color information

#2F6465 (or 0x2F6465) is unknown color: approx Oracle. HEX triplet: 2F, 64 and 65. RGB value is (47,100,101). Sum of RGB (Red+Green+Blue) = 47+100+101=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F6465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6465 is #D09B9A. Grayscale: #545454. Windows color (decimal): -13671323 or 6644783. OLE color: 6644783.

HSL color Cylindrical-coordinate representation of color #2F6465: hue angle of 181.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6465 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB47100101-
CMYK0.530.0100.60
HSL181.11º36.49%29.02%-
HSV(B)181.11º53.47%39.61%-
XYZ8.0810.6613.94-
YUV84.27137.44101.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=18.95%
G=40.32%
B=40.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal471001010.530.0100.60181.1136.4929.02
Hex2F646535103Cb5241d
Octal571441456510742654435
Binary10111111001001100101110101101111001011010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F6465; }

 p { color: rgb(47,100,101); }

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

<style>
 a { background-color: #2F6465; }

 a { background-color: rgb(47,100,101); }

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

<style>
 span { border-color: #2F6465; }

 span { border-color: rgb(47,100,101); }

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