Html Css Color HEX #306365 Oracle

📋 copy color: '#306365'

red 48 ◦ green 99 ◦ blue 101

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

Shades of Oracle #306365

Tints of Oracle #306365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.92%

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

R = 19.35%
G = 39.92%
B = 40.73%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#306365 (or 0x306365) is known color: Oracle. HEX triplet: 30, 63 and 65. RGB value is (48,99,101). Sum of RGB (Red+Green+Blue) = 48+99+101=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #306365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306365 is #CF9C9A. Grayscale: #535353. Windows color (decimal): -13606043 or 6644528. OLE color: 6644528.

HSL color Cylindrical-coordinate representation of color #306365: hue angle of 182.26º 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 #306365 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 99 101 -
CMYK 0.52 0.02 0 0.60
HSL 182.26º 0.36% 0.29% -
HSV(B) 182.26º 0.52% 0.4% -
XYZ 8.03 10.49 13.91 -
YUV 83.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 48 99 101 0.52 0.02 0 0.60 182.26 0.36 0.29
Hex 30 63 65 34 2 0 3C B6 24 1D
Octal 60 143 145 64 2 0 74 266 44 35
Binary 110000 1100011 1100101 110100 10 0 111100 10110110 100100 11101

Color Harmonies of #306365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306365

Black with #306365

Text Example


Text Example

White with #306365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306365; }

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

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

background-color css

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

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

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

border-color css

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

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

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