Html Css Color HEX #306465 Oracle

📋 copy color: '#306465'

red 48 ◦ green 100 ◦ blue 101

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

Shades of Oracle #306465

Tints of Oracle #306465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 19.28%
G = 40.16%
B = 40.56%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#306465 (or 0x306465) is known color: Oracle. HEX triplet: 30, 64 and 65. RGB value is (48,100,101). Sum of RGB (Red+Green+Blue) = 48+100+101=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #306465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306465 is #CF9B9A. Grayscale: #545454. Windows color (decimal): -13605787 or 6644784. OLE color: 6644784.

HSL color Cylindrical-coordinate representation of color #306465: hue angle of 181.13º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306465 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 100 101 -
CMYK 0.52 0.01 0 0.60
HSL 181.13º 0.36% 0.29% -
HSV(B) 181.13º 0.52% 0.4% -
XYZ 8.13 10.68 13.95 -
YUV 84.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 48 100 101 0.52 0.01 0 0.60 181.13 0.36 0.29
Hex 30 64 65 34 1 0 3C B5 24 1D
Octal 60 144 145 64 1 0 74 265 44 35
Binary 110000 1100100 1100101 110100 1 0 111100 10110101 100100 11101

Color Harmonies of #306465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306465

Black with #306465

Text Example


Text Example

White with #306465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306465; }

 p { color: rgb(48,100,101); }

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

background-color css

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

 a { background-color: rgb(48,100,101); }

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

border-color css

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

 span { border-color: rgb(48,100,101); }

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