Html Css Color HEX #365255 Oracle

📋 copy color: '#365255'

red 54 ◦ green 82 ◦ blue 85

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

Shades of Oracle #365255

Tints of Oracle #365255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.1%

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

R = 24.43%
G = 37.1%
B = 38.46%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#365255 (or 0x365255) is known color: Oracle. HEX triplet: 36, 52 and 55. RGB value is (54,82,85). Sum of RGB (Red+Green+Blue) = 54+82+85=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #365255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365255 is #C9ADAA. Grayscale: #494949. Windows color (decimal): -13217195 or 5591606. OLE color: 5591606.

HSL color Cylindrical-coordinate representation of color #365255: hue angle of 185.81º 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 #365255 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 82 85 -
CMYK 0.36 0.04 0 0.67
HSL 185.81º 0.22% 0.27% -
HSV(B) 185.81º 0.36% 0.33% -
XYZ 6.18 7.47 9.71 -
YUV 73.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 54 82 85 0.36 0.04 0 0.67 185.81 0.22 0.27
Hex 36 52 55 24 4 0 43 BA 16 1B
Octal 66 122 125 44 4 0 103 272 26 33
Binary 110110 1010010 1010101 100100 100 0 1000011 10111010 10110 11011

Color Harmonies of #365255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365255

Black with #365255

Text Example


Text Example

White with #365255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365255; }

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

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

background-color css

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

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

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

border-color css

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

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

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