Html Css Color HEX #355357 Oracle

📋 copy color: '#355357'

red 53 ◦ green 83 ◦ blue 87

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

Shades of Oracle #355357

Tints of Oracle #355357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 23.77%
G = 37.22%
B = 39.01%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#355357 (or 0x355357) is known color: Oracle. HEX triplet: 35, 53 and 57. RGB value is (53,83,87). Sum of RGB (Red+Green+Blue) = 53+83+87=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #355357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355357 is #CAACA8. Grayscale: #4A4A4A. Windows color (decimal): -13282473 or 5722933. OLE color: 5722933.

HSL color Cylindrical-coordinate representation of color #355357: hue angle of 187.06º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355357 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 83 87 -
CMYK 0.39 0.05 0 0.66
HSL 187.06º 0.24% 0.27% -
HSV(B) 187.06º 0.39% 0.34% -
XYZ 6.28 7.63 10.16 -
YUV 74.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 53 83 87 0.39 0.05 0 0.66 187.06 0.24 0.27
Hex 35 53 57 27 5 0 42 BB 18 1B
Octal 65 123 127 47 5 0 102 273 30 33
Binary 110101 1010011 1010111 100111 101 0 1000010 10111011 11000 11011

Color Harmonies of #355357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355357

Black with #355357

Text Example


Text Example

White with #355357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355357; }

 p { color: rgb(53,83,87); }

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

background-color css

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

 a { background-color: rgb(53,83,87); }

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

border-color css

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

 span { border-color: rgb(53,83,87); }

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