Html Css Color HEX #395453 Oracle

📋 copy color: '#395453'

red 57 ◦ green 84 ◦ blue 83

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

Shades of Oracle #395453

Tints of Oracle #395453

RGB

 RED value IS 57 (22.66% from 255) = 25.45%

 GREEN value IS 84 (33.2% from 255) = 37.5%

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 25.45%
G = 37.5%
B = 37.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#395453 (or 0x395453) is known color: Oracle. HEX triplet: 39, 54 and 53. RGB value is (57,84,83). Sum of RGB (Red+Green+Blue) = 57+84+83=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #395453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395453 is #C6ABAC. Grayscale: #4B4B4B. Windows color (decimal): -13020077 or 5461049. OLE color: 5461049.

HSL color Cylindrical-coordinate representation of color #395453: hue angle of 177.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395453 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 83 -
CMYK 0.32 0 0.01 0.67
HSL 177.78º 0.19% 0.28% -
HSV(B) 177.78º 0.32% 0.33% -
XYZ 6.42 7.84 9.36 -
YUV 75.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 57 84 83 0.32 0 0.01 0.67 177.78 0.19 0.28
Hex 39 54 53 20 0 1 43 B2 13 1C
Octal 71 124 123 40 0 1 103 262 23 34
Binary 111001 1010100 1010011 100000 0 1 1000011 10110010 10011 11100

Color Harmonies of #395453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395453

Black with #395453

Text Example


Text Example

White with #395453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395453; }

 p { color: rgb(57,84,83); }

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

background-color css

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

 a { background-color: rgb(57,84,83); }

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

border-color css

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

 span { border-color: rgb(57,84,83); }

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