Html Css Color HEX #365758 Oracle

📋 copy color: '#365758'

red 54 ◦ green 87 ◦ blue 88

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

Shades of Oracle #365758

Tints of Oracle #365758

RGB

 RED value IS 54 (21.48% from 255) = 23.58%

 GREEN value IS 87 (34.38% from 255) = 37.99%

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

R = 23.58%
G = 37.99%
B = 38.43%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#365758 (or 0x365758) is known color: Oracle. HEX triplet: 36, 57 and 58. RGB value is (54,87,88). Sum of RGB (Red+Green+Blue) = 54+87+88=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #365758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365758 is #C9A8A7. Grayscale: #4D4D4D. Windows color (decimal): -13215912 or 5789494. OLE color: 5789494.

HSL color Cylindrical-coordinate representation of color #365758: hue angle of 181.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365758 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 87 88 -
CMYK 0.39 0.01 0 0.65
HSL 181.76º 0.24% 0.28% -
HSV(B) 181.76º 0.39% 0.35% -
XYZ 6.69 8.31 10.48 -
YUV 77.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 54 87 88 0.39 0.01 0 0.65 181.76 0.24 0.28
Hex 36 57 58 27 1 0 41 B6 18 1C
Octal 66 127 130 47 1 0 101 266 30 34
Binary 110110 1010111 1011000 100111 1 0 1000001 10110110 11000 11100

Color Harmonies of #365758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365758

Black with #365758

Text Example


Text Example

White with #365758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365758; }

 p { color: rgb(54,87,88); }

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

background-color css

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

 a { background-color: rgb(54,87,88); }

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

border-color css

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

 span { border-color: rgb(54,87,88); }

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