Html Css Color HEX #305F61 Oracle

📋 copy color: '#305F61'

red 48 ◦ green 95 ◦ blue 97

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

Shades of Oracle #305F61

Tints of Oracle #305F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.58%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 20%
G = 39.58%
B = 40.42%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305F61 (or 0x305F61) is known color: Oracle. HEX triplet: 30, 5F and 61. RGB value is (48,95,97). Sum of RGB (Red+Green+Blue) = 48+95+97=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #305F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F61 is #CFA09E. Grayscale: #515151. Windows color (decimal): -13607071 or 6381360. OLE color: 6381360.

HSL color Cylindrical-coordinate representation of color #305F61: hue angle of 182.45º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #305F61 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 95 97 -
CMYK 0.51 0.02 0 0.62
HSL 182.45º 0.34% 0.28% -
HSV(B) 182.45º 0.51% 0.38% -
XYZ 7.47 9.68 12.78 -
YUV 81.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 48 95 97 0.51 0.02 0 0.62 182.45 0.34 0.28
Hex 30 5F 61 33 2 0 3E B6 22 1C
Octal 60 137 141 63 2 0 76 266 42 34
Binary 110000 1011111 1100001 110011 10 0 111110 10110110 100010 11100

Color Harmonies of #305F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F61

Black with #305F61

Text Example


Text Example

White with #305F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,97); }

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

background-color css

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

 a { background-color: rgb(48,95,97); }

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

border-color css

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

 span { border-color: rgb(48,95,97); }

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