Html Css Color HEX #336665 Oracle

📋 copy color: '#336665'

red 51 ◦ green 102 ◦ blue 101

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

Shades of Oracle #336665

Tints of Oracle #336665

RGB

 RED value IS 51 (20.31% from 255) = 20.08%

 GREEN value IS 102 (40.23% from 255) = 40.16%

 BLUE value IS 101 (39.84% from 255) = 39.76%

R = 20.08%
G = 40.16%
B = 39.76%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#336665 (or 0x336665) is known color: Oracle. HEX triplet: 33, 66 and 65. RGB value is (51,102,101). Sum of RGB (Red+Green+Blue) = 51+102+101=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #336665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336665 is #CC999A. Grayscale: #565656. Windows color (decimal): -13408667 or 6645299. OLE color: 6645299.

HSL color Cylindrical-coordinate representation of color #336665: hue angle of 178.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336665 is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 102 101 -
CMYK 0.5 0 0.01 0.6
HSL 178.82º 0.33% 0.3% -
HSV(B) 178.82º 0.5% 0.4% -
XYZ 8.47 11.15 14.02 -
YUV 86.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 51 102 101 0.5 0 0.01 0.6 178.82 0.33 0.3
Hex 33 66 65 32 0 1 3C B3 21 1E
Octal 63 146 145 62 0 1 74 263 41 36
Binary 110011 1100110 1100101 110010 0 1 111100 10110011 100001 11110

Color Harmonies of #336665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336665

Black with #336665

Text Example


Text Example

White with #336665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336665; }

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

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

background-color css

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

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

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

border-color css

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

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

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