Html Css Color HEX #305F62 Oracle

📋 copy color: '#305F62'

red 48 ◦ green 95 ◦ blue 98

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

Shades of Oracle #305F62

Tints of Oracle #305F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 19.92%
G = 39.42%
B = 40.66%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305F62 (or 0x305F62) is known color: Oracle. HEX triplet: 30, 5F and 62. RGB value is (48,95,98). Sum of RGB (Red+Green+Blue) = 48+95+98=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #305F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F62 is #CFA09D. Grayscale: #515151. Windows color (decimal): -13607070 or 6446896. OLE color: 6446896.

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

Color convert

RGB 48 95 98 -
CMYK 0.51 0.03 0 0.62
HSL 183.6º 0.34% 0.29% -
HSV(B) 183.6º 0.51% 0.38% -
XYZ 7.52 9.69 13.03 -
YUV 81.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 48 95 98 0.51 0.03 0 0.62 183.6 0.34 0.29
Hex 30 5F 62 33 3 0 3E B8 22 1D
Octal 60 137 142 63 3 0 76 270 42 35
Binary 110000 1011111 1100010 110011 11 0 111110 10111000 100010 11101

Color Harmonies of #305F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F62

Black with #305F62

Text Example


Text Example

White with #305F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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