Html Css Color HEX #2F6566 Oracle

📋 copy color: '#2F6566'

red 47 ◦ green 101 ◦ blue 102

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

Shades of Oracle #2F6566

Tints of Oracle #2F6566

RGB

 RED value IS 47 (18.75% from 255) = 18.8%

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 18.8%
G = 40.4%
B = 40.8%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2F6566 (or 0x2F6566) is known color: Oracle. HEX triplet: 2F, 65 and 66. RGB value is (47,101,102). Sum of RGB (Red+Green+Blue) = 47+101+102=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F6566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6566 is #D09A99. Grayscale: #545454. Windows color (decimal): -13671066 or 6710575. OLE color: 6710575.

HSL color Cylindrical-coordinate representation of color #2F6566: hue angle of 181.09º 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 #2F6566 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 101 102 -
CMYK 0.54 0.01 0 0.6
HSL 181.09º 0.37% 0.29% -
HSV(B) 181.09º 0.54% 0.4% -
XYZ 8.22 10.87 14.24 -
YUV 84.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 47 101 102 0.54 0.01 0 0.6 181.09 0.37 0.29
Hex 2F 65 66 36 1 0 3C B5 25 1D
Octal 57 145 146 66 1 0 74 265 45 35
Binary 101111 1100101 1100110 110110 1 0 111100 10110101 100101 11101

Color Harmonies of #2F6566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6566

Black with #2F6566

Text Example


Text Example

White with #2F6566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F6566;
 }
 .AnyTagClassName
 {
   color: #2F6566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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