#2F6567

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

Shades of Oracle #2F6567

Tints of Oracle #2F6567

Color information

#2F6567 (or 0x2F6567) is unknown color: approx Oracle. HEX triplet: 2F, 65 and 67. RGB value is (47,101,103). Sum of RGB (Red+Green+Blue) = 47+101+103=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F6567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6567 is #D09A98. Grayscale: #555555. Windows color (decimal): -13671065 or 6776111. OLE color: 6776111.

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

Color convert

RGB47101103-
CMYK0.540.0200.60
HSL182.14º37.33%29.41%-
HSV(B)182.14º54.37%40.39%-
XYZ8.2710.8914.5-
YUV85.08138.11100.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 103 (40.62% from 255) = 41.04%
R=18.73%
G=40.24%
B=41.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal471011030.540.0200.60182.1437.3329.41
Hex2F656736203Cb6251d
Octal571451476620742664535
Binary101111110010111001111101101001111001011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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