Html Css Color HEX #335658 Oracle

📋 copy color: '#335658'

red 51 ◦ green 86 ◦ blue 88

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

Shades of Oracle #335658

Tints of Oracle #335658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 22.67%
G = 38.22%
B = 39.11%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#335658 (or 0x335658) is known color: Oracle. HEX triplet: 33, 56 and 58. RGB value is (51,86,88). Sum of RGB (Red+Green+Blue) = 51+86+88=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #335658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335658 is #CCA9A7. Grayscale: #4B4B4B. Windows color (decimal): -13412776 or 5789235. OLE color: 5789235.

HSL color Cylindrical-coordinate representation of color #335658: hue angle of 183.24º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #335658 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 86 88 -
CMYK 0.42 0.02 0 0.65
HSL 183.24º 0.27% 0.27% -
HSV(B) 183.24º 0.42% 0.35% -
XYZ 6.45 8.06 10.45 -
YUV 75.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 51 86 88 0.42 0.02 0 0.65 183.24 0.27 0.27
Hex 33 56 58 2A 2 0 41 B7 1B 1B
Octal 63 126 130 52 2 0 101 267 33 33
Binary 110011 1010110 1011000 101010 10 0 1000001 10110111 11011 11011

Color Harmonies of #335658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335658

Black with #335658

Text Example


Text Example

White with #335658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335658; }

 p { color: rgb(51,86,88); }

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

background-color css

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

 a { background-color: rgb(51,86,88); }

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

border-color css

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

 span { border-color: rgb(51,86,88); }

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