Html Css Color HEX #365052 Oracle

📋 copy color: '#365052'

red 54 ◦ green 80 ◦ blue 82

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

Shades of Oracle #365052

Tints of Oracle #365052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 25%
G = 37.04%
B = 37.96%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#365052 (or 0x365052) is known color: Oracle. HEX triplet: 36, 50 and 52. RGB value is (54,80,82). Sum of RGB (Red+Green+Blue) = 54+80+82=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #365052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365052 is #C9AFAD. Grayscale: #484848. Windows color (decimal): -13217710 or 5394486. OLE color: 5394486.

HSL color Cylindrical-coordinate representation of color #365052: hue angle of 184.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365052 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 80 82 -
CMYK 0.34 0.02 0 0.68
HSL 184.29º 0.21% 0.27% -
HSV(B) 184.29º 0.34% 0.32% -
XYZ 5.91 7.13 9.05 -
YUV 72.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 54 80 82 0.34 0.02 0 0.68 184.29 0.21 0.27
Hex 36 50 52 22 2 0 44 B8 15 1B
Octal 66 120 122 42 2 0 104 270 25 33
Binary 110110 1010000 1010010 100010 10 0 1000100 10111000 10101 11011

Color Harmonies of #365052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365052

Black with #365052

Text Example


Text Example

White with #365052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365052; }

 p { color: rgb(54,80,82); }

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

background-color css

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

 a { background-color: rgb(54,80,82); }

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

border-color css

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

 span { border-color: rgb(54,80,82); }

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