Html Css Color HEX #305E5C Oracle

📋 copy color: '#305E5C'

red 48 ◦ green 94 ◦ blue 92

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

Shades of Oracle #305E5C

Tints of Oracle #305E5C

RGB

 RED value IS 48 (19.14% from 255) = 20.51%

 GREEN value IS 94 (37.11% from 255) = 40.17%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 20.51%
G = 40.17%
B = 39.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#305E5C (or 0x305E5C) is known color: Oracle. HEX triplet: 30, 5E and 5C. RGB value is (48,94,92). Sum of RGB (Red+Green+Blue) = 48+94+92=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #305E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E5C is #CFA1A3. Grayscale: #4F4F4F. Windows color (decimal): -13607332 or 6053424. OLE color: 6053424.

HSL color Cylindrical-coordinate representation of color #305E5C: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E5C is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 94 92 -
CMYK 0.49 0 0.02 0.63
HSL 177.39º 0.32% 0.28% -
HSV(B) 177.39º 0.49% 0.37% -
XYZ 7.15 9.41 11.56 -
YUV 80.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 48 94 92 0.49 0 0.02 0.63 177.39 0.32 0.28
Hex 30 5E 5C 31 0 2 3F B1 20 1C
Octal 60 136 134 61 0 2 77 261 40 34
Binary 110000 1011110 1011100 110001 0 10 111111 10110001 100000 11100

Color Harmonies of #305E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E5C

Black with #305E5C

Text Example


Text Example

White with #305E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305E5C; }

 p { color: rgb(48,94,92); }

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

background-color css

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

 a { background-color: rgb(48,94,92); }

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

border-color css

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

 span { border-color: rgb(48,94,92); }

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