Html Css Color HEX #365355 Oracle

📋 copy color: '#365355'

red 54 ◦ green 83 ◦ blue 85

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

Shades of Oracle #365355

Tints of Oracle #365355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.29%

R = 24.32%
G = 37.39%
B = 38.29%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#365355 (or 0x365355) is known color: Oracle. HEX triplet: 36, 53 and 55. RGB value is (54,83,85). Sum of RGB (Red+Green+Blue) = 54+83+85=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #365355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365355 is #C9ACAA. Grayscale: #4A4A4A. Windows color (decimal): -13216939 or 5591862. OLE color: 5591862.

HSL color Cylindrical-coordinate representation of color #365355: hue angle of 183.87º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365355 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 85 -
CMYK 0.36 0.02 0 0.67
HSL 183.87º 0.22% 0.27% -
HSV(B) 183.87º 0.36% 0.33% -
XYZ 6.25 7.63 9.74 -
YUV 74.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 54 83 85 0.36 0.02 0 0.67 183.87 0.22 0.27
Hex 36 53 55 24 2 0 43 B8 16 1B
Octal 66 123 125 44 2 0 103 270 26 33
Binary 110110 1010011 1010101 100100 10 0 1000011 10111000 10110 11011

Color Harmonies of #365355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365355

Black with #365355

Text Example


Text Example

White with #365355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365355; }

 p { color: rgb(54,83,85); }

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

background-color css

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

 a { background-color: rgb(54,83,85); }

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

border-color css

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

 span { border-color: rgb(54,83,85); }

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