Html Css Color HEX #305957 Oracle

📋 copy color: '#305957'

red 48 ◦ green 89 ◦ blue 87

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

Shades of Oracle #305957

Tints of Oracle #305957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 21.43%
G = 39.73%
B = 38.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#305957 (or 0x305957) is known color: Oracle. HEX triplet: 30, 59 and 57. RGB value is (48,89,87). Sum of RGB (Red+Green+Blue) = 48+89+87=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #305957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305957 is #CFA6A8. Grayscale: #4C4C4C. Windows color (decimal): -13608617 or 5724464. OLE color: 5724464.

HSL color Cylindrical-coordinate representation of color #305957: hue angle of 177.07º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305957 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 87 -
CMYK 0.46 0 0.02 0.65
HSL 177.07º 0.3% 0.27% -
HSV(B) 177.07º 0.46% 0.35% -
XYZ 6.51 8.46 10.31 -
YUV 76.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 48 89 87 0.46 0 0.02 0.65 177.07 0.3 0.27
Hex 30 59 57 2E 0 2 41 B1 1E 1B
Octal 60 131 127 56 0 2 101 261 36 33
Binary 110000 1011001 1010111 101110 0 10 1000001 10110001 11110 11011

Color Harmonies of #305957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305957

Black with #305957

Text Example


Text Example

White with #305957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305957; }

 p { color: rgb(48,89,87); }

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

background-color css

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

 a { background-color: rgb(48,89,87); }

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

border-color css

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

 span { border-color: rgb(48,89,87); }

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