Html Css Color HEX #305A58 Oracle

📋 copy color: '#305A58'

red 48 ◦ green 90 ◦ blue 88

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

Shades of Oracle #305A58

Tints of Oracle #305A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.82%

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 21.24%
G = 39.82%
B = 38.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#305A58 (or 0x305A58) is known color: Oracle. HEX triplet: 30, 5A and 58. RGB value is (48,90,88). Sum of RGB (Red+Green+Blue) = 48+90+88=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #305A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A58 is #CFA5A7. Grayscale: #4D4D4D. Windows color (decimal): -13608360 or 5790256. OLE color: 5790256.

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

Color convert

RGB 48 90 88 -
CMYK 0.47 0 0.02 0.65
HSL 177.14º 0.3% 0.27% -
HSV(B) 177.14º 0.47% 0.35% -
XYZ 6.64 8.65 10.55 -
YUV 77.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 48 90 88 0.47 0 0.02 0.65 177.14 0.3 0.27
Hex 30 5A 58 2F 0 2 41 B1 1E 1B
Octal 60 132 130 57 0 2 101 261 36 33
Binary 110000 1011010 1011000 101111 0 10 1000001 10110001 11110 11011

Color Harmonies of #305A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A58

Black with #305A58

Text Example


Text Example

White with #305A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,90,88); }

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

background-color css

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

 a { background-color: rgb(48,90,88); }

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

border-color css

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

 span { border-color: rgb(48,90,88); }

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