Html Css Color HEX #306265 Oracle

📋 copy color: '#306265'

red 48 ◦ green 98 ◦ blue 101

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

Shades of Oracle #306265

Tints of Oracle #306265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.68%

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

R = 19.43%
G = 39.68%
B = 40.89%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#306265 (or 0x306265) is known color: Oracle. HEX triplet: 30, 62 and 65. RGB value is (48,98,101). Sum of RGB (Red+Green+Blue) = 48+98+101=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #306265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306265 is #CF9D9A. Grayscale: #535353. Windows color (decimal): -13606299 or 6644272. OLE color: 6644272.

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

Color convert

RGB 48 98 101 -
CMYK 0.52 0.03 0 0.60
HSL 183.4º 0.36% 0.29% -
HSV(B) 183.4º 0.52% 0.4% -
XYZ 7.94 10.3 13.88 -
YUV 83.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 48 98 101 0.52 0.03 0 0.60 183.4 0.36 0.29
Hex 30 62 65 34 3 0 3C B7 24 1D
Octal 60 142 145 64 3 0 74 267 44 35
Binary 110000 1100010 1100101 110100 11 0 111100 10110111 100100 11101

Color Harmonies of #306265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306265

Black with #306265

Text Example


Text Example

White with #306265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306265; }

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

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

background-color css

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

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

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

border-color css

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

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

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