Html Css Color HEX #356665 Oracle

📋 copy color: '#356665'

red 53 ◦ green 102 ◦ blue 101

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

Shades of Oracle #356665

Tints of Oracle #356665

RGB

 RED value IS 53 (21.09% from 255) = 20.7%

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

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

R = 20.7%
G = 39.84%
B = 39.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#356665 (or 0x356665) is known color: Oracle. HEX triplet: 35, 66 and 65. RGB value is (53,102,101). Sum of RGB (Red+Green+Blue) = 53+102+101=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #356665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356665 is #CA999A. Grayscale: #575757. Windows color (decimal): -13277595 or 6645301. OLE color: 6645301.

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

Color convert

RGB 53 102 101 -
CMYK 0.48 0 0.01 0.6
HSL 178.78º 0.32% 0.3% -
HSV(B) 178.78º 0.48% 0.4% -
XYZ 8.57 11.2 14.02 -
YUV 87.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 53 102 101 0.48 0 0.01 0.6 178.78 0.32 0.3
Hex 35 66 65 30 0 1 3C B3 20 1E
Octal 65 146 145 60 0 1 74 263 40 36
Binary 110101 1100110 1100101 110000 0 1 111100 10110011 100000 11110

Color Harmonies of #356665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356665

Black with #356665

Text Example


Text Example

White with #356665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356665; }

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

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

background-color css

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

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

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

border-color css

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

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

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